Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h610 const CommandObject::CommandMap &GetAliases() const { return m_alias_dict; } in GetAliases() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp616 for (const auto &ent : m_interpreter.GetAliases()) { in HandleArgumentCompletion()