llvm-tf-3.0.3.1.6: Bindings to the LLVM compiler toolkit using type families.

Safe HaskellSafe-Inferred
LanguageHaskell98

LLVM.Util.Foreign

Documentation

with :: Storable a => a -> (Ptr a -> IO b) -> IO b Source

alloca :: forall a b. Storable a => (Ptr a -> IO b) -> IO b Source

withArrayLen :: Storable a => [a] -> (Int -> Ptr a -> IO b) -> IO b Source