HomeSort by: relevance | last modified time | path
    Searched refs:InterpCtor (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 96 InterpCtor = create;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 129 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
145 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 56 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M,
550 if (ExecutionEngine::InterpCtor)
551 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr);

Completed in 20 milliseconds