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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 132 ElfHdr.emitByte(TEW->getEIClass()); // e_ident[EI_CLASS]
    [all...]

Completed in 623 milliseconds