Method AddFunction
AddFunction(String, IFunctionType)
Add a function with the specified signature to the module
Declaration
public IrFunction AddFunction(string name, IFunctionType signature)
public IrFunction AddFunction(string name, IFunctionType signature)
Parameters
String | name | Name of the function to add |
IFunction |
signature | Signature of the function |
Returns
Ir |
Ir |
Remarks
If a matching function already exists it is returned, and therefore the returned
Ir