Table of Contents

Method TryGetFunction

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

TryGetFunction(LazyEncodedString, out Function)

Looks up a function in the module by name

bool TryGetFunction(LazyEncodedString name, out Function function)

Parameters

name LazyEncodedString

Name of the function

function Function

The function or null if not found

Returns

bool

true if the function was found or false if not