/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 145 generateRelocationStub(unsigned SectionID,StringRef TargetName,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument 208 uint64_t RelType = RelI->getType(); processRelocationRef() local [all...] |
H A D | RuntimeDyldCOFFAArch64.h | 102 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() argument 162 uint64_t RelType = RelI->getType(); in processRelocationRef() local [all...] |
H A D | RuntimeDyldMachOAArch64.h | 156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend() 360 MachO::RelocationInfoType RelType = in resolveRelocation() local
|
H A D | RuntimeDyldCOFFI386.h | 58 uint64_t RelType = RelI->getType(); in processRelocationRef() local [all...] |
H A D | RuntimeDyldCOFFThumb.h | 79 uint64_t RelType = RelI->getType(); processRelocationRef() local [all...] |
H A D | RuntimeDyldMachOX86_64.h | 41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
H A D | RuntimeDyldELFMips.cpp | 283 uint32_t RelType = r_type; in resolveMIPSN64Relocation() local
|
H A D | RuntimeDyldMachOI386.h | 41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
H A D | RuntimeDyldMachOARM.h | 108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 75 MachO::RelocationInfoType RelType = in getRelocationEntry() local
|
H A D | RuntimeDyldELF.cpp | 1088 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() 1096 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation() 1180 unsigned RelType = RelI->getType(); in resolveAArch64Branch() local 1229 uint64_t RelType = RelI->getType(); in processRelocationRef() local 2016 unsigned SectionID, uint64_t Offset, uint64_t RelType, in processX86_64TLSRelocation()
|
H A D | RuntimeDyldImpl.h | 39 #define UNIMPLEMENTED_RELOC(RelType) \ argument 130 uint32_t RelType; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 340 X86_32RelType RelType = RT32_NONE; in getRelocType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 850 uint32_t RelType, StringRef PltSec) { in getPltEntries()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 26 using RelType = uint32_t; variable
|