llvm-dsl-0.1.2: Support for writing an EDSL with LLVM-JIT as target
Safe HaskellSafe-Inferred
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 #