struct StackMaps::Location
Declaration
struct StackMaps::Location { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/StackMaps.h:195
Member Variables
- public llvm::StackMaps::Location::LocationType Type = Unprocessed
- public unsigned int Size = 0
- public unsigned int Reg = 0
- public int64_t Offset = 0
Method Overview
- public Location()
- public Location(llvm::StackMaps::Location::LocationType Type, unsigned int Size, unsigned int Reg, int64_t Offset)
Methods
¶Location()
Location()
Declared at: llvm/include/llvm/CodeGen/StackMaps.h:209
¶Location(
llvm::StackMaps::Location::LocationType Type,
unsigned int Size,
unsigned int Reg,
int64_t Offset)
Location(
llvm::StackMaps::Location::LocationType Type,
unsigned int Size,
unsigned int Reg,
int64_t Offset)
Declared at: llvm/include/llvm/CodeGen/StackMaps.h:210
Parameters
- llvm::StackMaps::Location::LocationType Type
- unsigned int Size
- unsigned int Reg
- int64_t Offset