struct GCPoint

Declaration

struct GCPoint { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/CodeGen/GCMetadata.h:56

Member Variables

public llvm::MCSymbol* Label
A label.
public llvm::DebugLoc Loc

Method Overview

  • public GCPoint(llvm::MCSymbol * L, llvm::DebugLoc DL)

Methods

ΒΆGCPoint(llvm::MCSymbol* L, llvm::DebugLoc DL)

Declared at: llvm/include/llvm/CodeGen/GCMetadata.h:60

Parameters

llvm::MCSymbol* L
llvm::DebugLoc DL