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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFObjectWriter.h 19 const uint16_t EMachine;
32 uint16_t getEMachine() { return EMachine; }
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 55 const uint16_t EMachine;
93 uint16_t getEMachine() const { return EMachine; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 28 // EMachine - This field is the target specific value to emit as the
30 unsigned short EMachine;
67 unsigned short getEMachine() const { return EMachine; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCELFObjectWriter.h 56 const uint16_t EMachine;
96 uint16_t getEMachine() const { return EMachine; }

Completed in 177 milliseconds