Table of Contents

Method TryGetNamedGlobalIFunc

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

TryGetNamedGlobalIFunc(LazyEncodedString, out GlobalIFunc)

Get a named Global Indirect function in the module

bool TryGetNamedGlobalIFunc(LazyEncodedString name, out GlobalIFunc function)

Parameters

name LazyEncodedString

Name of the ifunc to find

function GlobalIFunc

Function or null if not found

Returns

bool

true if the function was found or false if not