LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::GCPoint Struct Reference

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

#include <GCMetadata.h>

Collaboration diagram for llvm::GCPoint:
[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 51 of file GCMetadata.h.

Constructor & Destructor Documentation

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

Definition at line 56 of file GCMetadata.h.

Member Data Documentation

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.


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