Searched refs:InterpCtor (Results 1 – 3 of 3) sorted by relevance
106 InterpCtor = create; in Register()
146 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr); variable
53 ExecutionEngine *(*ExecutionEngine::InterpCtor)(Module *M, variable497 if (ExecutionEngine::InterpCtor) in create()498 return ExecutionEngine::InterpCtor(M, ErrorStr); in create()