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

/external/swiftshader/third_party/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. *)
83 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"
19 #include "llvm/ExecutionEngine/GenericValue.h"
20 #include "llvm/ExecutionEngine/JITEventListener.h"
21 #include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
48 ExecutionEngine *(*ExecutionEngine::MCJITCtor)(
54 ExecutionEngine *(*ExecutionEngine
81 ExecutionEngine::ExecutionEngine(std::unique_ptr<Module> M) function in class:ExecutionEngine
86 ExecutionEngine::ExecutionEngine(DataLayout DL, std::unique_ptr<Module> M) function in class:ExecutionEngine
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp1 //===-- ExecutionEngine.cpp - Common Implementation shared by EEs ---------===//
16 #include "llvm/ExecutionEngine/ExecutionEngine.h"
21 #include "llvm/ExecutionEngine/GenericValue.h"
40 ExecutionEngine *(*ExecutionEngine::JITCtor)(
47 ExecutionEngine *(*ExecutionEngine::MCJITCtor)(
54 ExecutionEngine *(*ExecutionEngine
57 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++ -*-===//
19 #include "llvm-c/ExecutionEngine.h"
40 class ExecutionEngine;
97 class ExecutionEngine { class in namespace:llvm
109 /// ExecutionEngine across context, we don't enforce this rule but undefined
136 static ExecutionEngine *(*MCJITCtor)(
143 static ExecutionEngine *(*OrcMCJITReplacementCtor)(
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
161 /// lock - This lock protects the ExecutionEngine and MCJIT classes. It must
166 // ExecutionEngine Startu
484 ExecutionEngine(DataLayout DL) : DL(std::move(DL)) {} function in class:llvm::ExecutionEngine
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
34 class ExecutionEngine;
62 ExecutionEngine &EE;
75 ExecutionEngineState(ExecutionEngine &EE);
95 class ExecutionEngine { class in namespace:llvm
131 static ExecutionEngine *(*JITCtor)(
138 static ExecutionEngine *(*MCJITCtor)(
145 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
162 /// lock - This lock protects the ExecutionEngine, JIT, JITResolver and
168 // ExecutionEngine Startu
[all...]

Completed in 204 milliseconds