Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h129 getHeader()->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
H A DELFTypes.h474 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }