Class LazyCompilationExecutionEngineExtensions
Extension class to add common default behavior for implementations of ILazyCompileExecutionEngine
Inheritance
LazyCompilationExecutionEngineExtensions
Namespace: Llvm.NET.JIT
Assembly: Llvm.NET.dll
Syntax
public static class LazyCompilationExecutionEngineExtensions
Remarks
Once C# supports default interface methods, these can move directly to the interface definition
Methods
AddEagerlyCompiledModule(IExecutionEngine, BitcodeModule) | Adds a module to the JIT for lazy compilation using the engine's default symbol resolver |
AddLazyCompiledModule(ILazyCompileExecutionEngine, BitcodeModule) | Adds a module to the JIT for lazy compilation using the engine's default symbol resolver |
AddLazyFunctionGenerator(ILazyCompileExecutionEngine, String, LazyFunctionCompiler) | Add a lazy function generator |