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
nameLazyEncodedStringName of the function
typeITypeRefSignature of the function
addressSpaceuintAddress space for the indirect function
resolverFunctionResolver for the indirect function