|
LLVM 22.0.0git
|
#include "llvm/CodeGen/StackMaps.h"
Public Member Functions | |
| LiveOutReg ()=default | |
| LiveOutReg (uint16_t Reg, uint16_t DwarfRegNum, uint16_t Size) | |
Public Attributes | |
| uint16_t | Reg = 0 |
| uint16_t | DwarfRegNum = 0 |
| uint16_t | Size = 0 |
Definition at line 281 of file StackMaps.h.
|
default |
|
inline |
Definition at line 287 of file StackMaps.h.
References DwarfRegNum, Reg, and Size.
| uint16_t llvm::StackMaps::LiveOutReg::DwarfRegNum = 0 |
Definition at line 283 of file StackMaps.h.
Referenced by LiveOutReg().
| uint16_t llvm::StackMaps::LiveOutReg::Reg = 0 |
Definition at line 282 of file StackMaps.h.
Referenced by LiveOutReg().
| uint16_t llvm::StackMaps::LiveOutReg::Size = 0 |
Definition at line 284 of file StackMaps.h.
Referenced by LiveOutReg().