|
LLVM
3.7.0
|
#include <StackMaps.h>
Public Types | |
| enum | LocationType { Unprocessed, Register, Direct, Indirect, Constant, ConstantIndex } |
Public Member Functions | |
| Location () | |
| Location (LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) | |
Public Attributes | |
| LocationType | Type |
| unsigned | Size |
| unsigned | Reg |
| int64_t | Offset |
Definition at line 132 of file StackMaps.h.
| Enumerator | |
|---|---|
| Unprocessed | |
| Register | |
| Direct | |
| Indirect | |
| Constant | |
| ConstantIndex | |
Definition at line 133 of file StackMaps.h.
|
inline |
Definition at line 145 of file StackMaps.h.
|
inline |
Definition at line 146 of file StackMaps.h.
| int64_t llvm::StackMaps::Location::Offset |
Definition at line 144 of file StackMaps.h.
| unsigned llvm::StackMaps::Location::Reg |
Definition at line 143 of file StackMaps.h.
| unsigned llvm::StackMaps::Location::Size |
Definition at line 142 of file StackMaps.h.
| LocationType llvm::StackMaps::Location::Type |
Definition at line 141 of file StackMaps.h.
1.8.6