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