Lines Matching refs:AbstractInterpreter
146 // Create an instance of the AbstractInterpreter interface as specified on
155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
166 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message,
175 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message,
181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
192 AbstractInterpreter::createCustomCompiler(Message, CustomCompileCommand);
196 AbstractInterpreter::createCustomExecutor(Message, CustomExecCommand);
215 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
226 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
239 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
246 AbstractInterpreter::createCustomExecutor(Message, CustomExecCommand);
299 AbstractInterpreter *AI,