class ImmutableStatepoint
Declaration
class ImmutableStatepoint : public StatepointBase { /* full declaration omitted */ };
Description
A specialization of it's base class for read only access to a gc.statepoint.
Declared at: llvm/include/llvm/IR/Statepoint.h:292
Inherits from: StatepointBase
Method Overview
- public ImmutableStatepoint(const llvm::Instruction * I)
- public ImmutableStatepoint(const llvm::CallBase * Call)
Methods
¶ImmutableStatepoint(const llvm::Instruction* I)
ImmutableStatepoint(const llvm::Instruction* I)
Declared at: llvm/include/llvm/IR/Statepoint.h:299
Parameters
- const llvm::Instruction* I
¶ImmutableStatepoint(const llvm::CallBase* Call)
ImmutableStatepoint(const llvm::CallBase* Call)
Declared at: llvm/include/llvm/IR/Statepoint.h:300
Parameters
- const llvm::CallBase* Call