Home
last modified time | relevance | path

Searched refs:FindLongestCommandWord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h57 size_t FindLongestCommandWord(std::map<std::string, ValueType> &dict) { in FindLongestCommandWord() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp227 uint32_t max_len = FindLongestCommandWord(m_subcommand_dict); in GenerateHelpText()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1399 size_t max_len = FindLongestCommandWord(m_command_dict); in GetHelp()
1423 max_len = FindLongestCommandWord(m_alias_dict); in GetHelp()
1437 max_len = FindLongestCommandWord(m_user_dict); in GetHelp()
1449 max_len = FindLongestCommandWord(m_user_mw_dict); in GetHelp()