Home
last modified time | relevance | path

Searched defs:RelType (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
215 uint64_t RelType = RelI->getType(); in processRelocationRef() local
HDRuntimeDyldCOFFAArch64.h102 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
162 uint64_t RelType = RelI->getType(); in processRelocationRef() local
HDRuntimeDyldMachOAArch64.h156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
360 MachO::RelocationInfoType RelType = in resolveRelocation() local
HDRuntimeDyldCOFFI386.h58 uint64_t RelType = RelI->getType(); in processRelocationRef() local
HDRuntimeDyldCOFFThumb.h101 uint64_t RelType = RelI->getType(); in processRelocationRef() local
HDRuntimeDyldMachOX86_64.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
HDRuntimeDyldELFMips.cpp283 uint32_t RelType = r_type; in resolveMIPSN64Relocation() local
HDRuntimeDyldMachOI386.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
HDRuntimeDyldMachOARM.h108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h75 MachO::RelocationInfoType RelType = in getRelocationEntry() local
HDRuntimeDyldELF.cpp1088 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()
HDRuntimeDyldImpl.h39 #define UNIMPLEMENTED_RELOC(RelType) \ argument
130 uint32_t RelType; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp340 X86_32RelType RelType = RT32_NONE; in getRelocType() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp850 uint32_t RelType, StringRef PltSec) { in getPltEntries()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h26 using RelType = uint32_t; variable