|
LLVM
8.0.1
|
#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 215 of file StackMaps.h.
|
default |
|
inline |
Definition at line 221 of file StackMaps.h.
| unsigned short llvm::StackMaps::LiveOutReg::DwarfRegNum = 0 |
Definition at line 217 of file StackMaps.h.
| unsigned short llvm::StackMaps::LiveOutReg::Reg = 0 |
Definition at line 216 of file StackMaps.h.
| unsigned short llvm::StackMaps::LiveOutReg::Size = 0 |
Definition at line 218 of file StackMaps.h.
1.8.13