LLVMFunctionType

Obtain a function type consisting of a specified signature.

The function is defined as a tuple of a return Type, a list of parameter types, and whether the function is variadic.

extern (C) nothrow
LLVMTypeRef
LLVMFunctionType
(
LLVMTypeRef ReturnType
,
LLVMTypeRef* ParamTypes
,,
LLVMBool IsVarArg
)

Meta