llvm-0.6.0.2: Bindings to the LLVM compiler toolkitSource codeContentsIndex
LLVM.Util.Foreign
Documentation
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
Produced by Haddock version 2.4.2