Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h103 Header->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
108 Header->getFileClass() == ELF::ELFCLASS64 && in isMips64EL()
DELFTypes.h490 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
/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/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp252 return Obj.getHeader().getFileClass() == ELF::ELFCLASS64 ? 8 : 4; in getPointerSize()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp64 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h475 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
DELF.h177 getHeader().getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h477 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
DELF.h159 getHeader()->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp279 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader().getFileClass()); in dump()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp650 …ASSERT(sizeof(void *) == 8 ? elfHeader->getFileClass() == ELFCLASS64 : elfHeader->getFileClass() =… in loadImage()