Home
last modified time | relevance | path

Searched defs:ELFType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h49 template <endianness E, bool Is64> struct ELFType { struct
59 using Ehdr = Elf_Ehdr_Impl<ELFType<E, Is64>>; argument
60 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; argument
61 using Sym = Elf_Sym_Impl<ELFType<E, Is64>>; argument
62 using Dyn = Elf_Dyn_Impl<ELFType<E, Is64>>; argument
63 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; argument
64 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; argument
65 using Rela = Elf_Rel_Impl<ELFType<E, Is64>, true>; argument
68 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; argument
69 using Verdaux = Elf_Verdaux_Impl<ELFType< argument
70 VerneedELFType global() argument
71 VernauxELFType global() argument
72 VersymELFType global() argument
73 HashELFType global() argument
74 GnuHashELFType global() argument
75 ChdrELFType global() argument
76 NhdrELFType global() argument
77 NoteELFType global() argument
78 NoteIteratorELFType global() argument
79 CGProfileELFType global() argument
97 OffELFType global() argument
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h56 unsigned ELFType; // ELF section type variable
175 BinarySection(BinaryContext & BC,const Twine & Name,uint8_t * Data,uint64_t Size,unsigned Alignment,unsigned ELFType,unsigned ELFFlags) BinarySection() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp35 getJITLinkEdgeKind(uint32_t ELFType, const aarch32::ArmConfig &ArmCfg) { in getJITLinkEdgeKind() argument
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DAArch32Tests.cpp60 Expected<uint32_t> ELFType = getELFRelocationType(K); in TEST() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp2099 registerOrUpdateSection(const Twine & Name,unsigned ELFType,unsigned ELFFlags,uint8_t * Data,uint64_t Size,unsigned Alignment) registerOrUpdateSection() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6042 getNoteTypeName(const typename ELFT::Note & Note,unsigned ELFType) getNoteTypeName() argument