LLVM 19.0.0git
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 "llvm/CodeGen/GCMetadata.h"

Public Member Functions

 GCPoint (MCSymbol *L, DebugLoc DL)
 

Public Attributes

MCSymbolLabel
 A label.
 
DebugLoc Loc
 

Detailed Description

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

Definition at line 57 of file GCMetadata.h.

Constructor & Destructor Documentation

◆ GCPoint()

llvm::GCPoint::GCPoint ( MCSymbol L,
DebugLoc  DL 
)
inline

Definition at line 61 of file GCMetadata.h.

Member Data Documentation

◆ Label

MCSymbol* llvm::GCPoint::Label

A label.

Definition at line 58 of file GCMetadata.h.

◆ Loc

DebugLoc llvm::GCPoint::Loc

Definition at line 59 of file GCMetadata.h.


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