LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

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

Public Attributes

LocationType LocType
 
unsigned Size
 
unsigned Reg
 
int64_t Offset
 

Detailed Description

Definition at line 83 of file StackMaps.h.

Member Enumeration Documentation

Enumerator
Unprocessed 
Register 
Direct 
Indirect 
Constant 
ConstantIndex 

Definition at line 84 of file StackMaps.h.

Constructor & Destructor Documentation

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

Definition at line 90 of file StackMaps.h.

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

Definition at line 91 of file StackMaps.h.

Member Data Documentation

LocationType llvm::StackMaps::Location::LocType

Definition at line 86 of file StackMaps.h.

Referenced by llvm::StackMaps::serializeToStackMapSection().

int64_t llvm::StackMaps::Location::Offset

Definition at line 89 of file StackMaps.h.

Referenced by llvm::StackMaps::serializeToStackMapSection().

unsigned llvm::StackMaps::Location::Reg

Definition at line 88 of file StackMaps.h.

Referenced by llvm::StackMaps::serializeToStackMapSection().

unsigned llvm::StackMaps::Location::Size

Definition at line 87 of file StackMaps.h.


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