Searched defs:getFileClass (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELFTypes.h428 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; } function in struct:llvm::object::Elf_Ehdr_Impl
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } function in struct:llvm::ELF::Elf32_Ehdr
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } function in struct:llvm::ELF::Elf64_Ehdr

Completed in 33 milliseconds