llvm-dsl-0.1.1: Support for writing an EDSL with LLVM-JIT as target

Safe HaskellNone
LanguageHaskell98

LLVM.DSL.Execution

Documentation

dumper :: String -> IO (String -> Module -> IO ()) Source #

compile :: String -> Exec funcs -> IO funcs Source #

type Importer f = FunPtr f -> f Source #

type Finalizer a = (ExecutionEngine, Ptr a -> IO ()) Source #