Table of Contents

Method Add

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

Add(DefinitionGenerator)

Add a DefinitionGenerator to this instance

public void Add(DefinitionGenerator generator)

Parameters

generator DefinitionGenerator

The generator to add

Remarks

This method has "MOVE" semantics and will invalidate generator on successful completion. That is Dispose(bool) becomes a NOP. Thus callers need not care about whether it is transferred or not and just dispose of it the same either way.