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

Synopsis

Declared in <llvm/CodeGen/GCMetadata.h>

struct GCPoint;

Member Functions

Name

Description

GCPoint [constructor]

Construct a safe‐point record from a label and debug location.

Data Members

Name

Description

Label

A label.

Loc

Source location of the safe point, if available.

Created with MrDocs