Searched refs:InterpCtor (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h106 InterpCtor = create;
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h119 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
146 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr); member in class:llvm::ExecutionEngine
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp53 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M, variable
497 if (ExecutionEngine::InterpCtor)
498 return ExecutionEngine::InterpCtor(M, ErrorStr);

Completed in 57 milliseconds