Table of Contents

Method AddWithTracking

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

AddWithTracking(ThreadSafeContext, Module, JITDyLib)

Adds a module to this JIT with removal tracking

ResourceTracker AddWithTracking(ThreadSafeContext ctx, Module module, JITDyLib lib = default)

Parameters

ctx ThreadSafeContext

Thread safe context this module is part of

module Module

Module to add

lib JITDyLib

Library to work on

Returns

ResourceTracker

Resource tracker for this instance