Lines Matching refs:IsPCRel
133 bool IsPCRel) const { in GetRelocType()
134 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel); in GetRelocType()
184 MCValue Target, bool &IsPCRel,
226 bool IsPCRel) const override;
617 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
633 if (IsPCRel) { in recordRelocation()
666 IsPCRel = true; in recordRelocation()
685 unsigned Type = GetRelocType(Target, Fixup, IsPCRel); in recordRelocation()
1315 bool InSet, bool IsPCRel) const { in isSymbolRefDifferenceFullyResolvedImpl()
1317 if (IsPCRel) { in isSymbolRefDifferenceFullyResolvedImpl()
1323 InSet, IsPCRel); in isSymbolRefDifferenceFullyResolvedImpl()