/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 | X86ELFObjectWriter.cpp | 46 bool &IsPCRel) { in getType64() 78 X86_64RelType Type, bool IsPCRel) { in getRelocType64() 182 X86_32RelType Type, bool IsPCRel) { in getRelocType32()
|
D | X86MachObjectWriter.cpp | 103 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation() local 352 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation() local 450 unsigned IsPCRel = 0; in RecordTLVPRelocation() local 488 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 150 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation() local 254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation() local 354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation() local
|
D | ARMAsmBackend.cpp | 321 bool IsPCRel, MCContext *Ctx, in adjustFixupValue()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 114 bool IsPCRel; variable 129 bool IsPCRel, unsigned Size) in RelocationEntry() 135 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry()
|
D | RuntimeDyldMachO.h | 73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry() local
|
D | RuntimeDyldMachO.cpp | 97 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in makeValueAddendPCRel() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 139 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation() local 199 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processI386ScatteredVANILLA() local
|
D | RuntimeDyldMachOARM.h | 222 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation() 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/R600/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 34 MCValue Target, bool &IsPCRel, in RecordRelocation()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 490 bool IsPCRel = Backend.getFixupKindInfo( in evaluateFixup() local 884 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in handleFixup() local 958 bool IsPCRel; in Finish() local
|
D | WinCOFFObjectWriter.cpp | 674 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation()
|
D | MachObjectWriter.cpp | 456 bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation()
|
D | ELFObjectWriter.cpp | 779 bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 842 bool IsPCRel = this->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|