Searched defs:MachineInfo (Results 1 – 1 of 1) sorted by relevance
39 struct MachineInfo { struct40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument47 uint16_t EMachine;48 uint8_t OSABI;49 bool Is64Bit;50 bool IsLittleEndian;