LLVM API Documentation
#include <GCMetadata.h>
Public Member Functions | |
GCPoint (GC::PointKind K, MCSymbol *L, DebugLoc DL) | |
Public Attributes | |
GC::PointKind | Kind |
The kind of the safe point. | |
MCSymbol * | Label |
A label. | |
DebugLoc | Loc |
GCPoint - Metadata for a collector-safe point in machine code.
Definition at line 62 of file GCMetadata.h.
llvm::GCPoint::GCPoint | ( | GC::PointKind | K, |
MCSymbol * | L, | ||
DebugLoc | DL | ||
) | [inline] |
Definition at line 67 of file GCMetadata.h.
The kind of the safe point.
Definition at line 63 of file GCMetadata.h.
A label.
Definition at line 64 of file GCMetadata.h.
Definition at line 65 of file GCMetadata.h.