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 | 508 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 711 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2939 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 2960 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 2971 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 2981 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2985 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2989 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2993 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|