Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h106 InterpCtor = create; in Register()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h146 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr); variable
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp53 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M, variable
497 if (ExecutionEngine::InterpCtor) in create()
498 return ExecutionEngine::InterpCtor(M, ErrorStr); in create()