Searched refs:FindCommandsForApropos (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 52 m_interpreter.FindCommandsForApropos( in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 494 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 687 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2925 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 2946 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 2957 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 2967 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2971 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2975 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2979 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|