Searched defs:MachineInfo (Results 1 – 1 of 1) sorted by relevance
38 struct MachineInfo { struct39 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument42 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument45 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function46 uint16_t EMachine;47 uint8_t OSABI;48 bool Is64Bit;49 bool IsLittleEndian;