LLVM 17.0.0git
|
#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 |
Definition at line 280 of file StackMaps.h.
|
default |
|
inline |
Definition at line 286 of file StackMaps.h.
unsigned short llvm::StackMaps::LiveOutReg::DwarfRegNum = 0 |
Definition at line 282 of file StackMaps.h.
unsigned short llvm::StackMaps::LiveOutReg::Reg = 0 |
Definition at line 281 of file StackMaps.h.
unsigned short llvm::StackMaps::LiveOutReg::Size = 0 |
Definition at line 283 of file StackMaps.h.