Lines Matching refs:IsResolved
90 uint64_t Value, bool IsResolved,
156 const Triple &TheTriple, bool IsResolved) { in adjustFixupValue() argument
166 assert(!IsResolved); in adjustFixupValue()
184 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
191 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
200 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
209 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
218 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
250 if (!IsResolved) { in adjustFixupValue()
331 if (TheTriple.isOSBinFormatCOFF() && !IsResolved && SignedValue != 0) { in adjustFixupValue()
416 bool IsResolved, in applyFixup() argument
441 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()