Click or drag to resize
Llvm.NET LogoLlvm.NET.Types Namespace

[This is preliminary documentation and is subject to change.]

Contains classes representing data types in LLVM
Interfaces
  InterfaceDescription
Public interfaceIArrayType
Interface for an LLVM array type
Public interfaceIFunctionType
Interface to represent the LLVM type of a function (e.g. a signature)
Public interfaceIPointerType
Interface for a pointer type in LLVM
Public interfaceISequenceType
Interface for an LLVM sequence type
Public interfaceIStructType
Interface for an LLVM structure type
Public interfaceITypeRef
Interface for a Type in LLVM
Public interfaceIVectorType