Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp650 …ASSERT(sizeof(void *) == 8 ? elfHeader->getFileClass() == ELFCLASS64 : elfHeader->getFileClass() =… in loadImage()