#include "llvm/CodeGen/StackMaps.h"
Definition at line 253 of file StackMaps.h.
◆ LocationType
Enumerator |
---|
Unprocessed | |
Register | |
Direct | |
Indirect | |
Constant | |
ConstantIndex | |
Definition at line 254 of file StackMaps.h.
◆ Location() [1/2]
llvm::StackMaps::Location::Location |
( |
| ) |
|
|
default |
◆ Location() [2/2]
llvm::StackMaps::Location::Location |
( |
LocationType |
Type, |
|
|
unsigned |
Size, |
|
|
unsigned |
Reg, |
|
|
int64_t |
Offset |
|
) |
| |
|
inline |
◆ Offset
int64_t llvm::StackMaps::Location::Offset = 0 |
◆ Reg
unsigned llvm::StackMaps::Location::Reg = 0 |
◆ Size
unsigned llvm::StackMaps::Location::Size = 0 |
◆ Type
The documentation for this struct was generated from the following file: