Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h495 bool HasUserMultiwordCommands() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1071 if (HasUserMultiwordCommands()) { in GetCommandSP()
1134 if (HasUserMultiwordCommands()) { in GetCommandSP()
2334 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2632 !m_interpreter.HasUserMultiwordCommands()) { in DoExecute()