HomeSort by relevance Sort by last modified time
    Searched defs:getDataEncoding (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
ELFTypes.h 429 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /art/runtime/
elf.h 88 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
112 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 82 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
106 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
    [all...]

Completed in 443 milliseconds