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"
19 #include "llvm/ExecutionEngine/GenericValue.h"
41 ExecutionEngine *(*ExecutionEngine::JITCtor)(
47 ExecutionEngine *(*ExecutionEngine::MCJITCtor)(
53 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 1 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
36 class ExecutionEngine;
65 ExecutionEngine ⅇ
78 ExecutionEngineState(ExecutionEngine &EE);
98 class ExecutionEngine {
134 static ExecutionEngine *(*JITCtor)(
140 static ExecutionEngine *(*MCJITCtor)(
146 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
163 /// lock - This lock protects the ExecutionEngine, JIT, JITResolver and
169 // ExecutionEngine Startu
    [all...]

Completed in 287 milliseconds