Home
last modified time | relevance | path

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

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