Method Invoke
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
Invoke(Function, IReadOnlyList<Value>, BasicBlock, BasicBlock)
Creates an Invoke instruction
public Invoke Invoke(Function func, IReadOnlyList<Value> args, BasicBlock then, BasicBlock catchBlock)
Parameters
func
FunctionFunction to invoke
args
IReadOnlyList<Value>arguments to pass to the function
then
BasicBlockSuccessful continuation block
catchBlock
BasicBlockException handling block