Delegate LazyFunctionCompiler
Delegate for a lazy JIT function generator
Namespace: Llvm.NET.JIT
Assembly: Llvm.NET.dll
Syntax
public delegate (string, BitcodeModule) LazyFunctionCompiler();
Returns
System.ValueTuple<String, BitcodeModule>
Name of the function implementation and the BitcodeModule it was generated into |