Table of Contents

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 Function

Function to invoke

args IReadOnlyList<Value>

arguments to pass to the function

then BasicBlock

Successful continuation block

catchBlock BasicBlock

Exception handling block

Returns

Invoke

Invoke