Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h38 struct MachineInfo { struct
39 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
42 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() argument
45 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
46 uint16_t EMachine;
47 uint8_t OSABI;
48 bool Is64Bit;
49 bool IsLittleEndian;