Method LLVMFunctionType
LLVMFunctionType(LLVMTypeRef, LLVMTypeRef[], UInt32, Boolean)
TODO: Provide summary for Function LLVMFunctionType
Declaration
public static LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef[] ParamTypes, uint ParamCount, bool IsVarArg)
Parameters
public static LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef[] ParamTypes, uint ParamCount, bool IsVarArg)
LLVMTypeRef | ReturnType | TODO: Provide details of parameter ReturnType |
LLVMTypeRef[] | ParamTypes | TODO: Provide details of parameter ParamTypes |
UInt32 | ParamCount | TODO: Provide details of parameter ParamCount |
Boolean | IsVarArg | TODO: Provide details of parameter IsVarArg |
Returns
LLVMTypeRef | TODO: Document return value |