Method CreateAndAddGlobalIFunc
CreateAndAddGlobalIFunc(String, ITypeRef, UInt32, IrFunction)
Create and add a global indirect function
Declaration
public GlobalIFunc CreateAndAddGlobalIFunc(string name, ITypeRef type, uint addressSpace, IrFunction resolver)
Parameters
public GlobalIFunc CreateAndAddGlobalIFunc(string name, ITypeRef type, uint addressSpace, IrFunction resolver)
String | name | Name of the function |
ITypeRef | type | Signature of the function |
UInt32 | addressSpace | Address space for the indirect function |
IrFunction | resolver | Resolver for the indirect function |
Returns
GlobalIFunc | New GlobalIFunc |