|
LLVM 22.0.0git
|
#include "llvm/MC/MCDwarf.h"
Public Member Functions | |
| CommonFields (unsigned Reg, int64_t Off=0, unsigned Reg2=std::numeric_limits< unsigned >::max(), unsigned AddrSpace=0) | |
| CommonFields () | |
Public Attributes | |
| unsigned | Register |
| int64_t | Offset |
| unsigned | Register2 |
| unsigned | AddressSpace |
|
inline |
Definition at line 545 of file MCDwarf.h.
References AddressSpace, Offset, Reg, Register, and Register2.
Referenced by CommonFields().
|
inline |
Definition at line 550 of file MCDwarf.h.
References CommonFields(), and llvm::max().
| unsigned llvm::MCCFIInstruction::CommonFields::AddressSpace |
Definition at line 540 of file MCDwarf.h.
Referenced by CommonFields().
| int64_t llvm::MCCFIInstruction::CommonFields::Offset |
Definition at line 538 of file MCDwarf.h.
Referenced by CommonFields().
| unsigned llvm::MCCFIInstruction::CommonFields::Register |
Definition at line 537 of file MCDwarf.h.
Referenced by CommonFields().
| unsigned llvm::MCCFIInstruction::CommonFields::Register2 |
Definition at line 539 of file MCDwarf.h.
Referenced by CommonFields().