Safe Haskell | None |
---|---|
Language | Haskell2010 |
Functions to read and write LLVM bitcode
Documentation
parseBitcode :: Ptr Context -> Ptr MemoryBuffer -> Ptr (OwnerTransfered CString) -> IO (Ptr Module) Source #
writeBitcode :: Ptr Module -> Ptr RawOStream -> IO () Source #