Searched refs:InterpCtor (Results 1 – 6 of 6) sorted by relevance
106 InterpCtor = create; in Register()
117 InterpCtor = create; in Register()
145 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr); variable
149 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
54 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M, variable488 if (ExecutionEngine::InterpCtor) in create()489 return ExecutionEngine::InterpCtor(M, ErrorStr); in create()
59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable557 if (ExecutionEngine::InterpCtor) in create()558 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()