llvm-tf-3.1.1.1: Bindings to the LLVM compiler toolkit using type families.
LLVM.Util.Foreign
with :: Storable a => a -> (Ptr a -> IO b) -> IO bSource
alloca :: forall a b. Storable a => (Ptr a -> IO b) -> IO bSource
withArrayLen :: Storable a => [a] -> (Int -> Ptr a -> IO b) -> IO bSource