|
LLVM
3.7.0
|
GCPoint - Metadata for a collector-safe point in machine code. More...
#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. More... | |
| MCSymbol * | Label |
| A label. More... | |
| DebugLoc | Loc |
GCPoint - Metadata for a collector-safe point in machine code.
Definition at line 51 of file GCMetadata.h.
|
inline |
Definition at line 56 of file GCMetadata.h.
| GC::PointKind llvm::GCPoint::Kind |
The kind of the safe point.
Definition at line 52 of file GCMetadata.h.
| MCSymbol* llvm::GCPoint::Label |
A label.
Definition at line 53 of file GCMetadata.h.
| DebugLoc llvm::GCPoint::Loc |
Definition at line 54 of file GCMetadata.h.
1.8.6