Method TryGetNamedGlobalIFunc
TryGetNamedGlobalIFunc(LazyEncodedString, out GlobalIFunc)
Get a named Global Indirect function in the module
bool TryGetNamedGlobalIFunc(LazyEncodedString name, out GlobalIFunc function)
Parameters
name
LazyEncodedStringName of the ifunc to find
function
GlobalIFuncFunction or null if not found