Table of Contents

Method Lookup

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

Lookup(LazyEncodedString)

Looks up the native address of a symbol

public ulong Lookup(LazyEncodedString name)

Parameters

name LazyEncodedString

NameField of the symbol to find the address of

Returns

ulong

Address of the symbol

Exceptions

LlvmException

Error occurred with lookup [Most likely the symbol is not found]