Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h82 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
106 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h81 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
107 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h478 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
DELF.h154 return getHeader()->getDataEncoding() == ELF::ELFDATA2LSB; in isLE()