Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h33 struct MachineInfo { struct
34 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() argument
37 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() function
40 MachineInfo() : MachineInfo(0, 0, false, false) {} in MachineInfo() function
41 uint16_t EMachine;
42 uint8_t OSABI;
43 bool Is64Bit;
44 bool IsLittleEndian;