Interface IFunctionType
Interface to represent the LLVM type of a function (e.g. a signature)
Namespace: Llvm.NET.Types
Assembly: Llvm.NET.dll
Syntax
public interface IFunctionType : ITypeRef, IExtensiblePropertyContainer
Properties
IsVarArg | Gets a value indicating whether this signature is for a variadic function |
ParameterTypes | Gets the types of the parameters for the function |
ReturnType | Gets the return type of the function |