packages feed

llvm-hs-4.0.0.0: src/LLVM/OrcJIT/CompileOnDemandLayer.hs

module LLVM.OrcJIT.CompileOnDemandLayer (
    PartitioningFn,
    JITCompileCallbackManager,
    IndirectStubsManagerBuilder,
    CompileOnDemandLayer,
    withIndirectStubsManagerBuilder,
    withJITCompileCallbackManager,
    withCompileOnDemandLayer,
    mangleSymbol,
    findSymbol,
    withModuleSet
  ) where

import LLVM.Internal.OrcJIT.CompileOnDemandLayer