Searched refs:GetCommandObject (Results 1 – 5 of 5) sorted by relevance
48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
92 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()198 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
639 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
1317 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter1595 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()1720 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()2224 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()2246 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()3623 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
294 CommandObject *GetCommandObject(llvm::StringRef cmd,