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

#include <StackMaps.h>

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

Public Types

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

Public Member Functions

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

Public Attributes

LocationType Type
 
unsigned Size
 
unsigned Reg
 
int64_t Offset
 

Detailed Description

Definition at line 183 of file StackMaps.h.

Member Enumeration Documentation

Enumerator
Unprocessed 
Register 
Direct 
Indirect 
Constant 
ConstantIndex 

Definition at line 184 of file StackMaps.h.

Constructor & Destructor Documentation

llvm::StackMaps::Location::Location ( )
inline

Definition at line 196 of file StackMaps.h.

llvm::StackMaps::Location::Location ( LocationType  Type,
unsigned  Size,
unsigned  Reg,
int64_t  Offset 
)
inline

Definition at line 197 of file StackMaps.h.

Member Data Documentation

int64_t llvm::StackMaps::Location::Offset

Definition at line 195 of file StackMaps.h.

unsigned llvm::StackMaps::Location::Reg

Definition at line 194 of file StackMaps.h.

unsigned llvm::StackMaps::Location::Size

Definition at line 193 of file StackMaps.h.

LocationType llvm::StackMaps::Location::Type

Definition at line 192 of file StackMaps.h.


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