Lines Matching refs:IsResolved
87 uint64_t Value, bool IsResolved,
152 const Triple &TheTriple, bool IsResolved) { in adjustFixupValue() argument
162 assert(!IsResolved); in adjustFixupValue()
180 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
187 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
196 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
205 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
214 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
246 if (!IsResolved) { in adjustFixupValue()
392 bool IsResolved, in applyFixup() argument
404 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()