Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp555 class CommandObjectLogTimerIncrement : public CommandObjectParsed { class
558 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement() function in CommandObjectLogTimerIncrement
577 ~CommandObjectLogTimerIncrement() override = default;
627 CommandObjectSP(new CommandObjectLogTimerIncrement(interpreter))); in CommandObjectLogTimer()