LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::GCRoot Struct Reference

GCRoot - Metadata for a pointer to an object managed by the garbage collector. More...

#include <GCMetadata.h>

Collaboration diagram for llvm::GCRoot:
[legend]

Public Member Functions

 GCRoot (int N, const Constant *MD)
 

Public Attributes

int Num
 Usually a frame index. More...
 
int StackOffset
 Offset from the stack pointer. More...
 
const ConstantMetadata
 Metadata straight from the call to llvm.gcroot. More...
 

Detailed Description

GCRoot - Metadata for a pointer to an object managed by the garbage collector.

Definition at line 63 of file GCMetadata.h.

Constructor & Destructor Documentation

llvm::GCRoot::GCRoot ( int  N,
const Constant MD 
)
inline

Definition at line 69 of file GCMetadata.h.

Member Data Documentation

const Constant* llvm::GCRoot::Metadata

Metadata straight from the call to llvm.gcroot.

Definition at line 66 of file GCMetadata.h.

int llvm::GCRoot::Num

Usually a frame index.

Definition at line 64 of file GCMetadata.h.

int llvm::GCRoot::StackOffset

Offset from the stack pointer.

Definition at line 65 of file GCMetadata.h.


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