Table of Contents

Method CreateLazyCallThroughManager

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

CreateLazyCallThroughManager(LazyEncodedString, ulong)

Creates a Lazy Call Through manager for this session

public LazyCallThroughManager CreateLazyCallThroughManager(LazyEncodedString triple, ulong errorHandlerAddress = 0)

Parameters

triple LazyEncodedString

Triple to use for this factory

errorHandlerAddress ulong

Native JIT address of an error handler

Returns

LazyCallThroughManager

New call through manager