LLVM 18.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::StackMaps::LiveOutReg Struct Reference

#include "llvm/CodeGen/StackMaps.h"

Public Member Functions

 LiveOutReg ()=default
 
 LiveOutReg (unsigned short Reg, unsigned short DwarfRegNum, unsigned short Size)
 

Public Attributes

unsigned short Reg = 0
 
unsigned short DwarfRegNum = 0
 
unsigned short Size = 0
 

Detailed Description

Definition at line 280 of file StackMaps.h.

Constructor & Destructor Documentation

◆ LiveOutReg() [1/2]

llvm::StackMaps::LiveOutReg::LiveOutReg ( )
default

◆ LiveOutReg() [2/2]

llvm::StackMaps::LiveOutReg::LiveOutReg ( unsigned short  Reg,
unsigned short  DwarfRegNum,
unsigned short  Size 
)
inline

Definition at line 286 of file StackMaps.h.

Member Data Documentation

◆ DwarfRegNum

unsigned short llvm::StackMaps::LiveOutReg::DwarfRegNum = 0

Definition at line 282 of file StackMaps.h.

◆ Reg

unsigned short llvm::StackMaps::LiveOutReg::Reg = 0

Definition at line 281 of file StackMaps.h.

◆ Size

unsigned short llvm::StackMaps::LiveOutReg::Size = 0

Definition at line 283 of file StackMaps.h.


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