Home
last modified time | relevance | path

Searched refs:getDataEncoding (Results 1 – 4 of 4) 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/llvm/tools/obj2yaml/
Delf2yaml.cpp59 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader()->getDataEncoding()); in dump()
/external/llvm/include/llvm/Object/
DELFTypes.h429 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
DELF.h331 Header->getDataEncoding() == ELF::ELFDATA2LSB; in isMips64EL()