llvm-hs-9.0.1: General purpose LLVM bindings
Safe HaskellNone
LanguageHaskell2010

LLVM.Internal.FFI.Type

Description

Functions for handling the LLVM types

Synopsis

Documentation

newtype AddrSpace Source #

Constructors

AddrSpace CUInt 

Instances

Instances details
Monad m => DecodeM m AddrSpace AddrSpace Source # 
Instance details

Defined in LLVM.Internal.Type

Monad m => EncodeM m AddrSpace AddrSpace Source # 
Instance details

Defined in LLVM.Internal.Type

arrayType :: Ptr Type -> Word64 -> IO (Ptr Type) Source #

what http://llvm.org/doxygen/group__LLVMCCoreTypeSequential.html#gabd1666e080f693e1af0b4018005cd927 | would be if it supported 64-bit array sizes, as the C++ type does.