llvm-extra-0.6.0.2: Utility functions for the llvm interface

Safe HaskellNone

LLVM.Extra.Execution

Description

Deprecated: It is based on ExecutionEngine.getPointerToFunction which is error-prone since llvm-tf-3.1.

Documentation

class Compile externFunction whereSource

Associated Types

type LLVMFunction externFunction :: *Source

Methods

compile :: LLVMFunction externFunction -> EngineAccess externFunctionSource

Instances

Compile (FunPtr f) 
(Compile fa, Compile fb) => Compile (fa, fb) 
(Compile fa, Compile fb, Compile fc) => Compile (fa, fb, fc)