Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.LLVM.BitCode
Contents
- parseBitCode :: ByteString -> IO (Either Error Module)
- parseBitCodeFromFile :: FilePath -> IO (Either Error Module)
- parseBitCodeLazy :: ByteString -> IO (Either Error Module)
- parseBitCodeLazyFromFile :: FilePath -> IO (Either Error Module)
- data Error = Error {
- errContext :: [String]
- errMessage :: String
- formatError :: Error -> String
Bitcode Parsing
parseBitCode :: ByteString -> IO (Either Error Module) Source #
parseBitCodeLazy :: ByteString -> IO (Either Error Module) Source #
Re-exported
Constructors
Error | |
Fields
|
formatError :: Error -> String Source #