LLVM 19.0.0git
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::StackMaps::Location Struct Reference

#include "llvm/CodeGen/StackMaps.h"

Public Types

enum  LocationType : uint16_t {
  Unprocessed , Register , Direct , Indirect ,
  Constant , ConstantIndex
}
 

Public Member Functions

 Location ()=default
 
 Location (LocationType Type, uint16_t Size, uint16_t Reg, int32_t Offset)
 

Public Attributes

LocationType Type = Unprocessed
 
uint16_t Size = 0
 
uint16_t Reg = 0
 
int32_t Offset = 0
 

Detailed Description

Definition at line 261 of file StackMaps.h.

Member Enumeration Documentation

◆ LocationType

Enumerator
Unprocessed 
Register 
Direct 
Indirect 
Constant 
ConstantIndex 

Definition at line 262 of file StackMaps.h.

Constructor & Destructor Documentation

◆ Location() [1/2]

llvm::StackMaps::Location::Location ( )
default

◆ Location() [2/2]

llvm::StackMaps::Location::Location ( LocationType  Type,
uint16_t  Size,
uint16_t  Reg,
int32_t  Offset 
)
inline

Definition at line 276 of file StackMaps.h.

Member Data Documentation

◆ Offset

int32_t llvm::StackMaps::Location::Offset = 0

Definition at line 273 of file StackMaps.h.

◆ Reg

uint16_t llvm::StackMaps::Location::Reg = 0

Definition at line 272 of file StackMaps.h.

◆ Size

uint16_t llvm::StackMaps::Location::Size = 0

Definition at line 271 of file StackMaps.h.

◆ Type

LocationType llvm::StackMaps::Location::Type = Unprocessed

Definition at line 270 of file StackMaps.h.


The documentation for this struct was generated from the following file: