Method CreateAndAddGlobalIFunc
CreateAndAddGlobalIFunc(LazyEncodedString, ITypeRef, uint, Function)
Create and add a global indirect function
GlobalIFunc CreateAndAddGlobalIFunc(LazyEncodedString name, ITypeRef type, uint addressSpace, Function resolver)
Parameters
name
LazyEncodedStringName of the function
type
ITypeRefSignature of the function
addressSpace
uintAddress space for the indirect function
resolver
FunctionResolver for the indirect function