Searched defs:IsPCRel (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 108 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 349 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local 443 unsigned IsPCRel = 0; in RecordTLVPRelocation() local 484 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
D | X86ELFObjectWriter.cpp | 44 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFObjectWriter.cpp | 48 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeELFObjectWriter.cpp | 39 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local 261 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 362 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
D | ARMELFObjectWriter.cpp | 147 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 225 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 80 bool IsPCRel, in GetRelocType()
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 422 bool IsPCRel /* = true */) { in emitDisplacementField() 504 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false; in emitMemModRMByte() local
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 147 bool IsPCRel, bool IsRelocWithSymbol, in GetRelocType() 709 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
D | MCAssembler.cpp | 339 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local
|