Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h503 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
H A DELF.h291 getHeader().getFileClass() == ELF::ELFCLASS64; in isMipsELF64()