Click or drag to resize
Llvm.NET LogoContextGetFunctionType Method (ITypeRef, ITypeRef)

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

Get an LLVM Function type (e.g. signature)

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IFunctionType GetFunctionType(
	ITypeRef returnType,
	params ITypeRef[] args
)

Parameters

returnType
Type: Llvm.NET.TypesITypeRef
Return type of the function
args
Type: Llvm.NET.TypesITypeRef
Optional set of function argument types

Return Value

Type: IFunctionType
Signature type for the specified signature
See Also