LLVM 22.0.0git
llvm::MCCFIInstruction::CommonFields Struct Reference

#include "llvm/MC/MCDwarf.h"

Public Attributes

unsigned Register = std::numeric_limits<unsigned>::max()
int64_t Offset = 0
unsigned Register2 = std::numeric_limits<unsigned>::max()
unsigned AddressSpace = 0

Detailed Description

Definition at line 536 of file MCDwarf.h.

Member Data Documentation

◆ AddressSpace

unsigned llvm::MCCFIInstruction::CommonFields::AddressSpace = 0

Definition at line 540 of file MCDwarf.h.

◆ Offset

int64_t llvm::MCCFIInstruction::CommonFields::Offset = 0

Definition at line 538 of file MCDwarf.h.

◆ Register

unsigned llvm::MCCFIInstruction::CommonFields::Register = std::numeric_limits<unsigned>::max()

Definition at line 537 of file MCDwarf.h.

◆ Register2

unsigned llvm::MCCFIInstruction::CommonFields::Register2 = std::numeric_limits<unsigned>::max()

Definition at line 539 of file MCDwarf.h.


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