LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::GCPoint Struct Reference

#include <GCMetadata.h>

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

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 60 of file GCMetadata.h.

Constructor & Destructor Documentation

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

Definition at line 65 of file GCMetadata.h.

Member Data Documentation

GC::PointKind llvm::GCPoint::Kind

The kind of the safe point.

Definition at line 61 of file GCMetadata.h.

MCSymbol* llvm::GCPoint::Label

A label.

Definition at line 62 of file GCMetadata.h.

DebugLoc llvm::GCPoint::Loc

Definition at line 63 of file GCMetadata.h.


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