Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
DCommonConfig.h39 struct MachineInfo { struct
40 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
43 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
46 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() argument
47 uint16_t EMachine;
48 uint8_t OSABI;
49 bool Is64Bit;
50 bool IsLittleEndian;