Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h505 const CommandObject::CommandMap &GetUserCommands() const { in GetUserCommands() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1628 for (const auto &c : m_interpreter.GetUserCommands()) in HandleArgumentCompletion()