Table of Contents

Method GetOrCreateBareDyLib

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

GetOrCreateBareDyLib(LazyEncodedString)

Gets an existing JITDyLib or creates a new one

public JITDyLib GetOrCreateBareDyLib(LazyEncodedString name)

Parameters

name LazyEncodedString

name of the library

Returns

JITDyLib

The dynamic lib for the name

Remarks

This does not populate any symbols for the library when creating a new one. All configuration is the responsibility of the caller.