LLVM API Documentation

Public Member Functions | Public Attributes
llvm::GCRoot Struct Reference

#include <GCMetadata.h>

Collaboration diagram for llvm::GCRoot:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GCRoot (int N, const Constant *MD)

Public Attributes

int Num
 Usually a frame index.
int StackOffset
 Offset from the stack pointer.
const ConstantMetadata

Detailed Description

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

Definition at line 73 of file GCMetadata.h.


Constructor & Destructor Documentation

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

Definition at line 79 of file GCMetadata.h.


Member Data Documentation

Metadata straight from the call to llvm.gcroot.

Definition at line 76 of file GCMetadata.h.

Usually a frame index.

Definition at line 74 of file GCMetadata.h.

Offset from the stack pointer.

Definition at line 75 of file GCMetadata.h.


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