Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp475 class CommandObjectLogTimer : public CommandObjectMultiword { class
477 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() function in CommandObjectLogTimer
496 ~CommandObjectLogTimer() override = default;
510 CommandObjectSP(new CommandObjectLogTimer(interpreter))); in CommandObjectLog()