Searched defs:InterpCtor (Results 1 - 2 of 2) sorted by relevance

/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 658 milliseconds