Interface IFunctionType
Interface to represent the LLVM type of a function (e.g. a signature)
public interface IFunctionType : ITypeRef, IEquatable<ITypeRef>
- Inherited Members
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