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