LLVM API Documentation

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

#include <GCMetadata.h>

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

List of all members.

Public Member Functions

 GCPoint (GC::PointKind K, MCSymbol *L, DebugLoc DL)

Public Attributes

GC::PointKind Kind
 The kind of the safe point.
MCSymbolLabel
 A label.
DebugLoc Loc

Detailed Description

GCPoint - Metadata for a collector-safe point in machine code.

Definition at line 62 of file GCMetadata.h.


Constructor & Destructor Documentation

llvm::GCPoint::GCPoint ( GC::PointKind  K,
MCSymbol L,
DebugLoc  DL 
) [inline]

Definition at line 67 of file GCMetadata.h.


Member Data Documentation

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.


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