Constructor DebugFunctionType
DebugFunctionType(IFunctionType, IDIBuilder, DebugInfoFlags, IDebugType<ITypeRef, DIType>, params IEnumerable<IDebugType<ITypeRef, DIType>>)
Initializes a new instance of the DebugFunctionType class.
public DebugFunctionType(IFunctionType llvmType, IDIBuilder diBuilder, DebugInfoFlags debugFlags, IDebugType<ITypeRef, DIType> retType, params IEnumerable<IDebugType<ITypeRef, DIType>> argTypes)
Parameters
llvmTypeIFunctionTypeNative LLVM function signature
diBuilderIDIBuilderDebug information builder to use in creating this instance
debugFlagsDebugInfoFlagsDebugInfoFlags for this signature
retTypeIDebugType<ITypeRef, DIType>Return type for the function
argTypesIEnumerable<IDebugType<ITypeRef, DIType>>Potentially empty set of argument types for the signature