HomeSort by relevance Sort by last modified time
    Searched defs:ExecutionEngine (Results 1 - 4 of 4) sorted by null

  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 48 module ExecutionEngine = struct
llvm_executionengine.mli 13 interpreter), the classes in the ExecutionEngine library. *)
83 module ExecutionEngine: sig
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 1 //===-- ExecutionEngine.cpp - Common Implementation shared by EEs ---------===//
16 #include "llvm/ExecutionEngine/ExecutionEngine.h"
17 #include "llvm/ExecutionEngine/JITMemoryManager.h"
20 #include "llvm/ExecutionEngine/GenericValue.h"
42 ExecutionEngine *(*ExecutionEngine::JITCtor)(
48 ExecutionEngine *(*ExecutionEngine::MCJITCtor)(
54 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
18 #include "llvm-c/ExecutionEngine.h"
38 class ExecutionEngine;
68 ExecutionEngine ⅇ
81 ExecutionEngineState(ExecutionEngine &EE);
101 class ExecutionEngine {
137 static ExecutionEngine *(*JITCtor)(
143 static ExecutionEngine *(*MCJITCtor)(
149 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
166 /// lock - This lock protects the ExecutionEngine, JIT, JITResolver an
    [all...]

Completed in 82 milliseconds