class Statepoint

Declaration

class Statepoint : public StatepointBase { /* full declaration omitted */ };

Description

A specialization of it's base class for read-write access to a gc.statepoint.

Declared at: llvm/include/llvm/IR/Statepoint.h:305

Inherits from: StatepointBase

Method Overview

Methods

Statepoint(llvm::Instruction* I)

Declared at: llvm/include/llvm/IR/Statepoint.h:310

Parameters

llvm::Instruction* I

Statepoint(llvm::CallBase* Call)

Declared at: llvm/include/llvm/IR/Statepoint.h:311

Parameters

llvm::CallBase* Call