Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
104 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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() function
/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.cpp64 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp114 Y->Header.Class = ELFYAML::ELF_ELFCLASS(Obj.getHeader()->getFileClass()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h129 getHeader()->getFileClass() == ELF::ELFCLASS64; in isMipsELF64()
DELFTypes.h474 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp285 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; } in getFileClass() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp372 …assert(sizeof(void*) == 8 ? elfHeader->getFileClass() == ELFCLASS64 : elfHeader->getFileClass() ==… in loadImage()