Home
last modified time | relevance | path

Searched refs:m_alias_dict (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp883 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
905 auto alias_pos = m_alias_dict.find(cmd); in GetCommandSP()
906 if (alias_pos != m_alias_dict.end()) in GetCommandSP()
946 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()
952 auto alias_pos = m_alias_dict.find(cmd); in GetCommandSP()
953 if (alias_pos != m_alias_dict.end()) in GetCommandSP()
1128 (m_alias_dict.find(std::string(cmd)) != m_alias_dict.end()); in GetAliasFullName()
1136 AddNamesMatchingPartialString(m_alias_dict, cmd, matches); in GetAliasFullName()
1156 return m_alias_dict.find(std::string(cmd)) != m_alias_dict.end(); in AliasExists()
1175 m_alias_dict[std::string(alias_name)] = in AddAlias()
[all …]
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h512 const CommandObject::CommandMap &GetAliases() const { return m_alias_dict; } in GetAliases()
631 m_alias_dict; // Stores user aliases/abbreviations for commands variable