Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h661 void IncreaseCommandUsage(const CommandObject &cmd_obj) { in IncreaseCommandUsage() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp828 m_interpreter.IncreaseCommandUsage(*this); in Execute()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1082 m_interpreter.IncreaseCommandUsage(*this); in DoExecute()