Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h59 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
68 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; argument
69 using Verdaux = Elf_Verdaux_Impl<ELFType< argument
48 template <endianness E, bool Is64> struct ELFType { global() struct
58 EhdrELFType global() argument
66 VerdefELFType global() argument
67 VerdauxELFType global() argument
70 VersymELFType global() argument
71 HashELFType global() argument
72 GnuHashELFType global() argument
73 ChdrELFType global() argument
74 NhdrELFType global() argument
75 NoteELFType global() argument
76 NoteIteratorELFType global() argument
77 CGProfileELFType global() argument
95 OffELFType global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch32.cpp35 getJITLinkEdgeKind(uint32_t ELFType, const aarch32::ArmConfig &ArmCfg) { in getJITLinkEdgeKind() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5895 getNoteTypeName(const typename ELFT::Note & Note,unsigned ELFType) getNoteTypeName() argument