Table of Contents

Method Clone

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

Clone()

Clones the current module into the same context

Module Clone()

Returns

Module

Cloned module

Clone(IContext)

Clones the module into a new IContext

Module Clone(IContext targetContext)

Parameters

targetContext IContext

IContext to clone the module into

Returns

Module

Cloned copy of the module