Searched defs:ExecutionEngine (Results 1 - 4 of 4) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml48 module ExecutionEngine = struct module
H A Dllvm_executionengine.mli13 interpreter), the classes in the ExecutionEngine library. *)
82 module ExecutionEngine: sig module
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1 //===-- ExecutionEngine.cpp - Common Implementation shared by EEs ---------===//
15 #include "llvm/ExecutionEngine/ExecutionEngine.h"
18 #include "llvm/ExecutionEngine/GenericValue.h"
19 #include "llvm/ExecutionEngine/JITMemoryManager.h"
20 #include "llvm/ExecutionEngine/ObjectCache.h"
50 ExecutionEngine *(*ExecutionEngine::JITCtor)(
56 ExecutionEngine *(*ExecutionEngine
65 ExecutionEngine::ExecutionEngine(Module *M) function in class:ExecutionEngine
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
18 #include "llvm-c/ExecutionEngine.h"
37 class ExecutionEngine;
72 ExecutionEngine ⅇ
85 ExecutionEngineState(ExecutionEngine &EE);
105 class ExecutionEngine { class in namespace:llvm
144 static ExecutionEngine *(*JITCtor)(
150 static ExecutionEngine *(*MCJITCtor)(
156 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
164 /// lock - This lock protects the ExecutionEngine, MCJI
[all...]

Completed in 420 milliseconds