LLVM  4.0.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 201 of file StackMaps.h.

Constructor & Destructor Documentation

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

Definition at line 206 of file StackMaps.h.

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

Definition at line 207 of file StackMaps.h.

Member Data Documentation

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

Definition at line 203 of file StackMaps.h.

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

Definition at line 202 of file StackMaps.h.

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

Definition at line 204 of file StackMaps.h.


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