Lines Matching refs:IsPCRel
126 bool IsPCRel) const;
133 bool IsPCRel) const { in ExplicitRelSym()
134 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in ExplicitRelSym()
145 bool IsPCRel, bool IsRelocWithSymbol, in GetRelocType() argument
147 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel, in GetRelocType()
328 bool IsPCRel) const;
632 bool IsPCRel) const { in SymbolToReloc()
655 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
678 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
684 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
700 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
704 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel); in RecordRelocation()
709 IsPCRel = true; in RecordRelocation()
741 unsigned Type = GetRelocType(Target, Fixup, IsPCRel, in RecordRelocation()
1544 bool IsPCRel) const { in IsSymbolRefDifferenceFullyResolvedImpl()
1548 Asm, DataA, FB,InSet, IsPCRel); in IsSymbolRefDifferenceFullyResolvedImpl()