Table of Contents

Delegate ObjectLayerFactory

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

Delegate for an object layer factory

public delegate ObjectLayer ObjectLayerFactory(in ExecutionSession session, in Triple triple)

Parameters

session ExecutionSession

Session to create the layer for

triple Triple

Triple to create the layer for

Returns

ObjectLayer

new ObjectLayer instance

Remarks

Ownership of the returned layer is transferred to the caller.