Expand description
Structures for managing LLVM types.
Structs§
- Array
Type - Represents an array type.
- Function
Type - Represents an function type.
- Integer
Type - Represents a fixed-width integral type.
- Pointer
Type - Represents a pointer type in some address space.
- Struct
Type - Represents a “struct” type.
- Vector
Type - Represents an vector type.
Enums§
- Array
Type Error - Errors that can occur when constructing an
ArrayType
. - Function
Type Error - Errors that can occur when constructing a
FunctionType
. - Integer
Type Error - Errors that can occur when constructing an
IntegerType
. - Pointer
Type Error - Errors that can occur when constructing an
PointerType
. - Struct
Type Error - Errors that can occur when constructing an
StructType
. - Type
- A representation of LLVM’s types.
- TypeId
- The IDs of types known to LLVM.
- Vector
Type Error - Errors that can occur when constructing a
VectorType
.