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

  /external/llvm/include/llvm/Support/
ELF.h 83 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
107 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
  /external/llvm/lib/Object/
ELFObjectFile.cpp 206 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }

Completed in 55 milliseconds