HomeSort by relevance Sort by last modified time
    Searched refs:ExecutionEngine (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/lib/ExecutionEngine/
Android.mk 9 ExecutionEngine.cpp \
ExecutionEngine.cpp 1 //===-- 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::OrcMCJITReplacementCtor)
    [all...]
  /external/llvm/lib/
Makefile 14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
  /external/llvm/unittests/ExecutionEngine/
Makefile 1 ##===- unittests/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
11 TESTNAME = ExecutionEngine
  /external/llvm/unittests/
Makefile 12 PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.h 34 #include <llvm-c/ExecutionEngine.h>
lp_bld_misc.cpp 46 #include <llvm-c/ExecutionEngine.h>
48 #include <llvm/ExecutionEngine/ExecutionEngine.h>
49 #include <llvm/ExecutionEngine/JITEventListener.h>
52 #include <llvm/ExecutionEngine/JITMemoryManager.h>
239 * - llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
273 ExecutionEngine *JIT;
lp_bld_init.h 36 #include <llvm-c/ExecutionEngine.h>
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
19 #include "llvm-c/ExecutionEngine.h"
40 class ExecutionEngine;
95 class ExecutionEngine {
131 static ExecutionEngine *(*MCJITCtor)(
138 static ExecutionEngine *(*OrcMCJITReplacementCtor)(
144 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
156 /// lock - This lock protects the ExecutionEngine and MCJIT classes. It must
161 // ExecutionEngine Startup
164 virtual ~ExecutionEngine();
    [all...]
RTDyldMemoryManager.h 18 #include "llvm-c/ExecutionEngine.h"
25 class ExecutionEngine;
43 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 35 ExecutionEngine *Interpreter::create(std::unique_ptr<Module> M,
52 : ExecutionEngine(std::move(M)), TD(Modules.back().get()) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 26 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
  /external/llvm/
Android.mk 14 lib/ExecutionEngine \
15 lib/ExecutionEngine/RuntimeDyld \
16 lib/ExecutionEngine/MCJIT \
17 lib/ExecutionEngine/Orc \
18 lib/ExecutionEngine/Interpreter \
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 28 #include "llvm/ExecutionEngine/JITMemoryManager.h"
37 class ExecutionEngine;
160 ReportAllocations (llvm::ExecutionEngine &engine);
480 std::unique_ptr<llvm::ExecutionEngine> m_execution_engine_ap;
  /external/lldb/include/lldb/Core/
ClangForward.h 132 class ExecutionEngine;
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 38 #include "llvm/ExecutionEngine/GenericValue.h"
39 #include "llvm/ExecutionEngine/Interpreter.h"
118 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create();
  /external/llvm/tools/lli/
RemoteMemoryManager.h 21 #include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
83 void notifyObjectLoaded(ExecutionEngine *EE,
  /external/clang/examples/clang-interpreter/
main.cpp 20 #include "llvm/ExecutionEngine/ExecutionEngine.h"
21 #include "llvm/ExecutionEngine/MCJIT.h"
45 static llvm::ExecutionEngine *
59 std::unique_ptr<llvm::ExecutionEngine> EE(

Completed in 402 milliseconds

1 2 3