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/include/llvm/Object/
DELF.h98 Header->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
103 Header->getFileClass() == ELF::ELFCLASS64 && in isMips64EL()
DELFTypes.h438 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp64 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()