Table of Contents

Delegate TransformAction

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

Delegate for an LLVM ORC JIT v2 IrTransformLayer transformation function

public delegate void TransformAction(ThreadSafeModule module, MaterializationResponsibility responsibility, out ThreadSafeModule? replacementModule)

Parameters

module ThreadSafeModule

Module transformation is on

responsibility MaterializationResponsibility

Responsibility for this transformation

replacementModule ThreadSafeModule

New module if this transform replaces it [Set to null if