Home
last modified time | relevance | path

Searched refs:getFileClass (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h504 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
H A DELF.h248 getHeader().getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp303 return Obj.getHeader().getFileClass() == ELF::ELFCLASS64 ? 8 : 4; in getPointerSize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp275 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader().getFileClass()); in dump()