Module llvm_support::ty [−][src]
Expand description
Structures for managing LLVM types.
Structs
Represents an array type.
Represents an function type.
Represents a fixed-width integral type.
Represents a pointer type in some address space.
Represents a “struct” type.
Represents an vector type.
Enums
Errors that can occur when constructing an ArrayType
.
Errors that can occur when constructing a FunctionType
.
Errors that can occur when constructing an IntegerType
.
Errors that can occur when constructing an PointerType
.
Errors that can occur when constructing an StructType
.
A representation of LLVM’s types.
The IDs of types known to LLVM.
Errors that can occur when constructing a VectorType
.