Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h55 size_t FindLongestCommandWord(std::map<std::string, ValueType> &dict) { in FindLongestCommandWord() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp157 uint32_t max_len = FindLongestCommandWord(m_subcommand_dict); in GenerateHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1231 size_t max_len = FindLongestCommandWord(m_command_dict); in GetHelp()
1255 max_len = FindLongestCommandWord(m_alias_dict); in GetHelp()
1269 max_len = FindLongestCommandWord(m_user_dict); in GetHelp()