LLVM API Documentation
#include <StackMaps.h>
Public Types | |
enum | LocationType { Unprocessed, Register, Direct, Indirect, Constant, ConstantIndex } |
Public Member Functions | |
Location () | |
Location (LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset) | |
Public Attributes | |
LocationType | LocType |
unsigned | Size |
unsigned | Reg |
int64_t | Offset |
Definition at line 86 of file StackMaps.h.
Definition at line 87 of file StackMaps.h.
llvm::StackMaps::Location::Location | ( | ) | [inline] |
Definition at line 93 of file StackMaps.h.
llvm::StackMaps::Location::Location | ( | LocationType | LocType, |
unsigned | Size, | ||
unsigned | Reg, | ||
int64_t | Offset | ||
) | [inline] |
Definition at line 94 of file StackMaps.h.
Definition at line 89 of file StackMaps.h.
Definition at line 92 of file StackMaps.h.
Definition at line 91 of file StackMaps.h.
Definition at line 90 of file StackMaps.h.