Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELFTypes.h429 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
DELF.h323 Header->getDataEncoding() == ELF::ELFDATA2LSB; in isMips64EL()