Searched refs:commands_found (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectApropos.cpp | 49 StringList commands_found; in DoExecute() local 52 m_interpreter.FindCommandsForApropos(search_word, commands_found, in DoExecute() 55 if (commands_found.GetSize() == 0) { in DoExecute() 61 if (commands_found.GetSize() > 0) { in DoExecute() 64 const size_t max_len = commands_found.GetMaxStringLength(); in DoExecute() 66 for (size_t i = 0; i < commands_found.GetSize(); ++i) in DoExecute() 68 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute()
|
D | CommandObjectMultiword.cpp | 234 StringList &commands_found, in AproposAllSubCommands() argument 246 commands_found.AppendString(complete_command_name.GetString()); in AproposAllSubCommands() 252 search_word, commands_found, in AproposAllSubCommands() 341 StringList &commands_found, in AproposAllSubCommands() argument 346 commands_found, commands_help); in AproposAllSubCommands()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandObjectMultiword.h | 48 StringList &commands_found, 107 StringList &commands_found,
|
D | CommandInterpreter.h | 440 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 594 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
D | CommandObject.h | 169 StringList &commands_found, in AproposAllSubCommands() argument
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 2674 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos() argument 2690 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos() 2696 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2703 StringList &commands_found, in FindCommandsForApropos() argument 2711 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2715 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2719 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|