Lines Matching refs:IsPCRel

34                         const MCFixup &Fixup, bool IsPCRel) const override;
51 bool &IsPCRel) { in getType64() argument
59 IsPCRel = true; in getType64()
65 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel) in getType64()
70 IsPCRel = true; in getType64()
105 X86_64RelType Type, bool IsPCRel, in getRelocType64() argument
118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
124 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16; in getRelocType64()
126 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
132 return IsPCRel ? ELF::R_X86_64_GOTPC64 : ELF::R_X86_64_GOT64; in getRelocType64()
134 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; in getRelocType64()
144 assert(!IsPCRel); in getRelocType64()
147 assert(!IsPCRel); in getRelocType64()
161 assert(!IsPCRel); in getRelocType64()
175 assert(!IsPCRel); in getRelocType64()
251 X86_32RelType Type, bool IsPCRel, in getRelocType32() argument
264 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
266 return IsPCRel ? ELF::R_386_PC16 : ELF::R_386_16; in getRelocType32()
268 return IsPCRel ? ELF::R_386_PC8 : ELF::R_386_8; in getRelocType32()
273 if (IsPCRel) in getRelocType32()
285 assert(!IsPCRel); in getRelocType32()
293 assert(!IsPCRel); in getRelocType32()
297 assert(!IsPCRel); in getRelocType32()
301 assert(!IsPCRel); in getRelocType32()
305 assert(!IsPCRel); in getRelocType32()
312 assert(!IsPCRel); in getRelocType32()
316 assert(!IsPCRel); in getRelocType32()
320 assert(!IsPCRel); in getRelocType32()
324 assert(!IsPCRel); in getRelocType32()
331 bool IsPCRel) const { in getRelocType()
336 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType()
338 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind); in getRelocType()
342 return getRelocType32(Ctx, Modifier, getType32(Type), IsPCRel, Kind); in getRelocType()