Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
215 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h102 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
162 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldMachOAArch64.h156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
360 MachO::RelocationInfoType RelType = in resolveRelocation() local
H A DRuntimeDyldCOFFI386.h58 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h101 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldMachOX86_64.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
H A DRuntimeDyldMachOI386.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
H A DRuntimeDyldELFMips.cpp283 uint32_t RelType = r_type; in resolveMIPSN64Relocation() local
H A DRuntimeDyldMachOARM.h108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h75 MachO::RelocationInfoType RelType = in getRelocationEntry() local
H A DRuntimeDyldELF.cpp1089 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation() argument
1097 getMatchingLoRelocation(uint32_t RelType,bool IsLocal) const getMatchingLoRelocation() argument
1171 unsigned RelType = RelI->getType(); resolveAArch64Branch() local
1222 uint64_t RelType = RelI->getType(); processRelocationRef() local
2011 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument
[all...]
H A DRuntimeDyldImpl.h39 #define UNIMPLEMENTED_RELOC(RelType) \ argument
126 uint32_t RelType; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp340 X86_32RelType RelType = RT32_NONE; in getRelocType() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.h25 using RelType = uint32_t; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp758 __anon914d9e960102(iterator_range<relocation_iterator> Rels, uint32_t RelType, StringRef PltSec) getPltEntries() argument