LLVM
8.0.1
|
GCRoot - Metadata for a pointer to an object managed by the garbage collector. More...
#include "llvm/CodeGen/GCMetadata.h"
Public Member Functions | |
GCRoot (int N, const Constant *MD) | |
Public Attributes | |
int | Num |
Usually a frame index. More... | |
int | StackOffset = -1 |
Offset from the stack pointer. More... | |
const Constant * | Metadata |
Metadata straight from the call to llvm.gcroot. More... | |
GCRoot - Metadata for a pointer to an object managed by the garbage collector.
Definition at line 67 of file GCMetadata.h.
Definition at line 73 of file GCMetadata.h.
Metadata straight from the call to llvm.gcroot.
Definition at line 70 of file GCMetadata.h.
int llvm::GCRoot::Num |
Usually a frame index.
Definition at line 68 of file GCMetadata.h.
int llvm::GCRoot::StackOffset = -1 |
Offset from the stack pointer.
Definition at line 69 of file GCMetadata.h.