HomeSort by relevance Sort by last modified time
    Searched refs:InterpCtor (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 106 InterpCtor = create;
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 119 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
146 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 53 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M,
497 if (ExecutionEngine::InterpCtor)
498 return ExecutionEngine::InterpCtor(M, ErrorStr);
    [all...]

Completed in 61 milliseconds