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 116 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
145 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 54 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M,
488 if (ExecutionEngine::InterpCtor)
489 return ExecutionEngine::InterpCtor(M, ErrorStr);
    [all...]

Completed in 2511 milliseconds