LLVM 22.0.0git
|
#include "llvm/ObjCopy/CommonConfig.h"
Public Member Functions | |
MachineInfo (uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) | |
MachineInfo (uint16_t EM, bool Is64, bool IsLittle) | |
MachineInfo () |
Public Attributes | |
uint16_t | EMachine |
uint8_t | OSABI |
bool | Is64Bit |
bool | IsLittleEndian |
Definition at line 34 of file CommonConfig.h.
|
inline |
Definition at line 35 of file CommonConfig.h.
References EMachine, Is64Bit, IsLittleEndian, and OSABI.
Referenced by MachineInfo(), and MachineInfo().
Definition at line 38 of file CommonConfig.h.
References llvm::objcopy::ELF, and MachineInfo().
|
inline |
Definition at line 41 of file CommonConfig.h.
References MachineInfo().
uint16_t llvm::objcopy::MachineInfo::EMachine |
Definition at line 42 of file CommonConfig.h.
Referenced by MachineInfo().
bool llvm::objcopy::MachineInfo::Is64Bit |
Definition at line 44 of file CommonConfig.h.
Referenced by MachineInfo().
bool llvm::objcopy::MachineInfo::IsLittleEndian |
Definition at line 45 of file CommonConfig.h.
Referenced by MachineInfo().
uint8_t llvm::objcopy::MachineInfo::OSABI |
Definition at line 43 of file CommonConfig.h.
Referenced by MachineInfo().