Lines Matching refs:IsPCRel
125 bool IsPCRel) const;
132 bool IsPCRel) const {
133 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
137 bool IsPCRel) const {
139 IsPCRel);
147 bool IsPCRel, bool IsRelocWithSymbol,
149 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
331 bool IsPCRel) const;
641 bool IsPCRel) const {
650 return undefinedExplicitRelSym(Target, Fixup, IsPCRel);
664 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
687 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
693 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
709 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind());
713 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel);
718 IsPCRel = true;
752 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
1587 bool IsPCRel) const {
1591 Asm, DataA, FB,InSet, IsPCRel);