Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A 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() function
48 uint16_t EMachine;
49 uint8_t OSABI;
50 bool Is64Bit;
51 bool IsLittleEndian;