Skip to main contentModule type
Source Expand description
- array
- Creates an LLVM array type.
- function
- Creates an LLVM function type.
- opaque_pointerDeprecated
- Creates an LLVM opaque pointer type at address space 0.
- pointer
- Creates an LLVM pointer type in the given address space.
- struct
- Creates an LLVM struct type.
- void
- Creates an LLVM void type.