|
LLVM
8.0.1
|
GCPoint - Metadata for a collector-safe point in machine code. More...
#include "llvm/CodeGen/GCMetadata.h"

Public Member Functions | |
| GCPoint (MCSymbol *L, DebugLoc DL) | |
Public Attributes | |
| MCSymbol * | Label |
| A label. More... | |
| DebugLoc | Loc |
GCPoint - Metadata for a collector-safe point in machine code.
Definition at line 57 of file GCMetadata.h.
Definition at line 61 of file GCMetadata.h.
| MCSymbol* llvm::GCPoint::Label |
A label.
Definition at line 58 of file GCMetadata.h.
| DebugLoc llvm::GCPoint::Loc |
Definition at line 59 of file GCMetadata.h.
1.8.13