 | ContextGetFunctionType 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
Syntaxpublic 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:
IFunctionTypeSignature type for the specified signature
See Also