LLVM 18.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 {
  Unprocessed , Register , Direct , Indirect ,
  Constant , ConstantIndex
}
 

Public Member Functions

 Location ()=default
 
 Location (LocationType Type, unsigned Size, unsigned Reg, int64_t Offset)
 

Public Attributes

LocationType Type = Unprocessed
 
unsigned Size = 0
 
unsigned Reg = 0
 
int64_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,
unsigned  Size,
unsigned  Reg,
int64_t  Offset 
)
inline

Definition at line 276 of file StackMaps.h.

Member Data Documentation

◆ Offset

int64_t llvm::StackMaps::Location::Offset = 0

Definition at line 273 of file StackMaps.h.

◆ Reg

unsigned llvm::StackMaps::Location::Reg = 0

Definition at line 272 of file StackMaps.h.

◆ Size

unsigned 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: