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

#include <StackMaps.h>

Collaboration diagram for llvm::StackMaps::LiveOutReg:
[legend]

Public Member Functions

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

Public Attributes

unsigned short Reg
 
unsigned short DwarfRegNum
 
unsigned short Size
 

Detailed Description

Definition at line 150 of file StackMaps.h.

Constructor & Destructor Documentation

llvm::StackMaps::LiveOutReg::LiveOutReg ( )
inline

Definition at line 155 of file StackMaps.h.

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

Definition at line 156 of file StackMaps.h.

Member Data Documentation

unsigned short llvm::StackMaps::LiveOutReg::DwarfRegNum

Definition at line 152 of file StackMaps.h.

unsigned short llvm::StackMaps::LiveOutReg::Reg

Definition at line 151 of file StackMaps.h.

unsigned short llvm::StackMaps::LiveOutReg::Size

Definition at line 153 of file StackMaps.h.


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