Lines Matching refs:IsResolved
77 uint64_t Value, bool IsResolved,
150 const Triple &TheTriple, bool IsResolved) { in adjustFixupValue() argument
161 assert(!IsResolved); in adjustFixupValue()
176 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
183 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
192 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
201 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
210 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
231 if (!IsResolved) { in adjustFixupValue()
360 bool IsResolved, in applyFixup() argument
369 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()