/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 87 const bool IsPCRel) { in getRelocType() 149 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo() 167 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo() 199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordScatteredRelocation() local 310 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordPPCRelocation() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 367 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local 465 unsigned IsPCRel = 0; in RecordTLVPRelocation() local 507 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 155 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local 259 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 360 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
D | ARMAsmBackend.cpp | 337 bool IsPCRel, MCContext *Ctx, in adjustFixupValue()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 107 bool IsPCRel; variable 122 bool IsPCRel, unsigned Size) in RelocationEntry() 128 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
|
D | RuntimeDyldMachO.cpp | 559 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local 624 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processI386ScatteredVANILLA() local 688 bool IsPCRel = MachO->getAnyRelocationPCRel(RE); in processRelocationRef() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 119 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 32 MCValue Target, bool &IsPCRel, in RecordRelocation()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 460 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local 845 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in handleFixup() local 919 bool IsPCRel; in Finish() local
|
D | WinCOFFObjectWriter.cpp | 701 bool &IsPCRel, in RecordRelocation()
|
D | MachObjectWriter.cpp | 457 bool &IsPCRel, in RecordRelocation()
|
D | ELFObjectWriter.cpp | 814 bool &IsPCRel, in RecordRelocation()
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 415 bool IsPCRel /* = true */) { in emitDisplacementField() 497 bool IsPCRel = MCE.earlyResolveAddresses() ? true : false; in emitMemModRMByte() local
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1019 bool IsPCRel = this->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|