/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 48 bool &IsPCRel) { in getType64() 81 X86_64RelType Type, bool IsPCRel) { in getRelocType64() 185 X86_32RelType Type, bool IsPCRel) { in getRelocType32()
|
D | X86MachObjectWriter.cpp | 101 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 370 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation() local 473 unsigned IsPCRel = 0; in recordTLVPRelocation() local 509 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 86 const bool IsPCRel) { in getRelocType() 148 const unsigned IsPCRel, const unsigned Log2Size, in makeRelocationInfo() 166 const unsigned Log2Size, const unsigned IsPCRel, in makeScatteredRelocationInfo() 198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in recordScatteredRelocation() local 307 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK); in RecordPPCRelocation() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local 253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
|
D | ARMAsmBackend.cpp | 343 bool IsPCRel, MCContext *Ctx, in adjustFixupValue()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 153 bool IsPCRel; variable 168 bool IsPCRel, unsigned Size) in RelocationEntry() 174 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
|
D | RuntimeDyldMachO.h | 73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
|
D | RuntimeDyldMachO.cpp | 64 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordRelocation() local
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 34 MCValue Target, bool &IsPCRel, in recordRelocation()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 454 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local 876 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in handleFixup() local 955 bool IsPCRel; in layout() local
|
D | WinCOFFObjectWriter.cpp | 650 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation()
|
D | MachObjectWriter.cpp | 437 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation()
|
D | ELFObjectWriter.cpp | 617 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 224 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOI386.h | 138 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 593 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|