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
- public Statepoint(llvm::Instruction * I)
- public Statepoint(llvm::CallBase * Call)
Methods
¶Statepoint(llvm::Instruction* I)
Statepoint(llvm::Instruction* I)
Declared at: llvm/include/llvm/IR/Statepoint.h:310
Parameters
¶Statepoint(llvm::CallBase* Call)
Statepoint(llvm::CallBase* Call)
Declared at: llvm/include/llvm/IR/Statepoint.h:311
Parameters
- llvm::CallBase* Call