Searched refs:FindCommandsForApropos (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 52 m_interpreter.FindCommandsForApropos( in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 492 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 679 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2922 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 2943 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 2954 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 2964 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2968 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2972 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2976 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|