Home
last modified time | relevance | path

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

/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/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-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
/external/llvm-project/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
/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/llvm-project/llvm/include/llvm/Object/
DELFTypes.h476 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
DELF.h172 return getHeader().getDataEncoding() == ELF::ELFDATA2LSB; in isLE()
/external/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()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp280 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader().getDataEncoding()); in dump()