Home | History | Annotate | Download | only in JIT

Lines Matching full:executionengine

10 #include "llvm/ExecutionEngine/JIT.h"
15 #include "llvm/ExecutionEngine/JITMemoryManager.h"
199 Module *M; // Owned by ExecutionEngine.
201 OwningPtr<ExecutionEngine> TheJIT;
218 OwningPtr<ExecutionEngine> JIT(EngineBuilder(M)
621 // Returns a newly-created ExecutionEngine that reads the bitcode in 'Bitcode'
622 // lazily. The associated Module (owned by the ExecutionEngine) is returned in
624 // ExecutionEngine.
625 ExecutionEngine *getJITFromBitcode(
637 ExecutionEngine *TheJIT = EngineBuilder(M)
666 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M));
705 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M));