Table of Contents

Method ParseModule

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

ParseModule(LazyEncodedString, LazyEncodedString)

Parse LLVM IR source for a module, into this context

public Module ParseModule(LazyEncodedString src, LazyEncodedString name)

Parameters

src LazyEncodedString

LLVM IR Source code of the module

name LazyEncodedString

Name of the module buffer

Returns

Module

Newly created module parsed from the IR

Exceptions

LlvmException

Any errors parsing the IR