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

#include "llvm/CodeGen/StackMaps.h"

Collaboration diagram for llvm::StackMaps::Location:
Collaboration graph
[legend]

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 196 of file StackMaps.h.

Member Enumeration Documentation

◆ LocationType

Enumerator
Unprocessed 
Register 
Direct 
Indirect 
Constant 
ConstantIndex 

Definition at line 197 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 211 of file StackMaps.h.

Member Data Documentation

◆ Offset

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

Definition at line 208 of file StackMaps.h.

◆ Reg

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

Definition at line 207 of file StackMaps.h.

◆ Size

unsigned llvm::StackMaps::Location::Size = 0

Definition at line 206 of file StackMaps.h.

◆ Type

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

Definition at line 205 of file StackMaps.h.


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