LLVM API Documentation
#include <StackMaps.h>
Public Member Functions | |
LiveOutReg () | |
LiveOutReg (unsigned short Reg, unsigned short RegNo, unsigned short Size) | |
void | MarkInvalid () |
bool | operator< (const LiveOutReg &LO) const |
Static Public Member Functions | |
static bool | IsInvalid (const LiveOutReg &LO) |
Public Attributes | |
unsigned short | Reg |
unsigned short | RegNo |
unsigned short | Size |
Definition at line 98 of file StackMaps.h.
llvm::StackMaps::LiveOutReg::LiveOutReg | ( | ) | [inline] |
Definition at line 103 of file StackMaps.h.
llvm::StackMaps::LiveOutReg::LiveOutReg | ( | unsigned short | Reg, |
unsigned short | RegNo, | ||
unsigned short | Size | ||
) | [inline] |
Definition at line 104 of file StackMaps.h.
static bool llvm::StackMaps::LiveOutReg::IsInvalid | ( | const LiveOutReg & | LO | ) | [inline, static] |
Definition at line 111 of file StackMaps.h.
References Reg.
void llvm::StackMaps::LiveOutReg::MarkInvalid | ( | ) | [inline] |
Definition at line 107 of file StackMaps.h.
References Reg.
bool llvm::StackMaps::LiveOutReg::operator< | ( | const LiveOutReg & | LO | ) | const [inline] |
Definition at line 110 of file StackMaps.h.
References RegNo.
Definition at line 99 of file StackMaps.h.
Referenced by IsInvalid(), and MarkInvalid().
Definition at line 100 of file StackMaps.h.
Referenced by operator<().
Definition at line 101 of file StackMaps.h.