Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h117 InterpCtor = create; in Register()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h150 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
562 if (ExecutionEngine::InterpCtor) in create()
563 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()