Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h82 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
108 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h505 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
H A DELF.h248 getHeader().getFileClass() == ELF::ELFCLASS64; in isMipsELF64()