Click or drag to resize
Llvm.NET LogoNativeModuleCreateFunction Method (String, Boolean, IDebugTypeITypeRef, DIType, IDebugTypeITypeRef, DIType)

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Function CreateFunction(
	string name,
	bool isVarArg,
	IDebugType<ITypeRef, DIType> returnType,
	params IDebugType<ITypeRef, DIType>[] argumentTypes
)

Parameters

name
Type: SystemString
isVarArg
Type: SystemBoolean
returnType
Type: Llvm.NET.DebugInfoIDebugTypeITypeRef, DIType
argumentTypes
Type: Llvm.NET.DebugInfoIDebugTypeITypeRef, DIType

Return Value

Type: Function
See Also