Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h619 const CommandObject::CommandMap &GetAliases() const { return m_alias_dict; } in GetAliases() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1384 CommandObject *exact_cmd = find_exact(GetAliases()); in GetAliasCommandObject()
1391 AddNamesMatchingPartialString(GetAliases(), cmd, *matches_ptr); in GetAliasCommandObject()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp623 for (const auto &ent : m_interpreter.GetAliases()) { in HandleArgumentCompletion()