Searched refs:InterpCtor (Results 1 – 3 of 3) sorted by relevance
97 InterpCtor = create; in Register()
150 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable559 if (ExecutionEngine::InterpCtor) in create()560 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()