Searched refs:FindCommandsForApropos (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 40 m_interpreter.FindCommandsForApropos( in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 517 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 722 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3091 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 3112 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 3123 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 3133 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 3137 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 3141 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 3145 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|