Home
last modified time | relevance | path

Searched defs:MachineInfo (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
DCommonConfig.h40 struct MachineInfo { struct
41 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() function
44 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
47 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
48 uint16_t EMachine;
49 uint8_t OSABI;
50 bool Is64Bit;
51 bool IsLittleEndian;