LLVM 23.0.0git
llvm::MCCFIInstruction::VectorOffsetFields Struct Reference

Held in ExtraFields when OpLLVMVectorOffset. More...

#include "llvm/MC/MCDwarf.h"

Public Attributes

unsigned Register
unsigned RegisterSizeInBits
int64_t Offset
unsigned MaskRegister
unsigned MaskRegisterSizeInBits

Detailed Description

Held in ExtraFields when OpLLVMVectorOffset.

Definition at line 582 of file MCDwarf.h.

Member Data Documentation

◆ MaskRegister

unsigned llvm::MCCFIInstruction::VectorOffsetFields::MaskRegister

Definition at line 586 of file MCDwarf.h.

◆ MaskRegisterSizeInBits

unsigned llvm::MCCFIInstruction::VectorOffsetFields::MaskRegisterSizeInBits

Definition at line 587 of file MCDwarf.h.

Referenced by printCFI().

◆ Offset

int64_t llvm::MCCFIInstruction::VectorOffsetFields::Offset

Definition at line 585 of file MCDwarf.h.

◆ Register

unsigned llvm::MCCFIInstruction::VectorOffsetFields::Register

Definition at line 583 of file MCDwarf.h.

◆ RegisterSizeInBits

unsigned llvm::MCCFIInstruction::VectorOffsetFields::RegisterSizeInBits

Definition at line 584 of file MCDwarf.h.

Referenced by printCFI().


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