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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 81 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
105 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 82 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
108 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/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...]
  /external/llvm/include/llvm/Object/
ELF.h 109 Header->getDataEncoding() == ELF::ELFDATA2LSB;
ELFTypes.h 491 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 65 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader()->getDataEncoding());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 475 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
ELF.h 134 getHeader()->getDataEncoding() == ELF::ELFDATA2LSB;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 115 Y->Header.Data = ELFYAML::ELF_ELFDATA(Obj.getHeader()->getDataEncoding());
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 286 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
    [all...]

Completed in 257 milliseconds