Table of Contents

Interface IFunctionType

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

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