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. *)
82 module ExecutionEngine: sig
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 1 //===-- 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::MCJITCtor)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 1 //===- 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 {
144 static ExecutionEngine *(*JITCtor)(
150 static ExecutionEngine *(*MCJITCtor)(
156 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
164 /// lock - This lock protects the ExecutionEngine, MCJIT, JIT, JITResolver an
    [all...]

Completed in 70 milliseconds