LLVM 22.0.0git
llvm::objcopy::MachineInfo Struct Reference

#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

Detailed Description

Definition at line 34 of file CommonConfig.h.

Constructor & Destructor Documentation

◆ MachineInfo() [1/3]

llvm::objcopy::MachineInfo::MachineInfo ( uint16_t EM,
uint8_t ABI,
bool Is64,
bool IsLittle )
inline

Definition at line 35 of file CommonConfig.h.

References EMachine, Is64Bit, IsLittleEndian, and OSABI.

Referenced by MachineInfo(), and MachineInfo().

◆ MachineInfo() [2/3]

llvm::objcopy::MachineInfo::MachineInfo ( uint16_t EM,
bool Is64,
bool IsLittle )
inline

Definition at line 38 of file CommonConfig.h.

References llvm::objcopy::ELF, and MachineInfo().

◆ MachineInfo() [3/3]

llvm::objcopy::MachineInfo::MachineInfo ( )
inline

Definition at line 41 of file CommonConfig.h.

References MachineInfo().

Member Data Documentation

◆ EMachine

uint16_t llvm::objcopy::MachineInfo::EMachine

Definition at line 42 of file CommonConfig.h.

Referenced by MachineInfo().

◆ Is64Bit

bool llvm::objcopy::MachineInfo::Is64Bit

Definition at line 44 of file CommonConfig.h.

Referenced by MachineInfo().

◆ IsLittleEndian

bool llvm::objcopy::MachineInfo::IsLittleEndian

Definition at line 45 of file CommonConfig.h.

Referenced by MachineInfo().

◆ OSABI

uint8_t llvm::objcopy::MachineInfo::OSABI

Definition at line 43 of file CommonConfig.h.

Referenced by MachineInfo().


The documentation for this struct was generated from the following file: