Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h81 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
105 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
/external/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h82 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
108 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; } in getDataEncoding() function
/external/llvm/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
/external/llvm/include/llvm/Object/
DELF.h109 Header->getDataEncoding() == ELF::ELFDATA2LSB; in isMips64EL()
DELFTypes.h491 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp65 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader()->getDataEncoding()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp115 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader()->getDataEncoding()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h134 getHeader()->getDataEncoding() == ELF::ELFDATA2LSB; in isMips64EL()
DELFTypes.h475 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp286 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; } in getDataEncoding() function