Searched refs:InterpCtor (Results 1 – 3 of 3) sorted by relevance
96 InterpCtor = create; in Register()
145 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
56 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable550 if (ExecutionEngine::InterpCtor) in create()551 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()