Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DELF.h81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp58 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()
/external/llvm/include/llvm/Object/
DELF.h325 Header->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
330 Header->getFileClass() == ELF::ELFCLASS64 && in isMips64EL()
DELFTypes.h428 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }