Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp505 class CommandObjectLogTimerDump : public CommandObjectParsed { class
508 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() function in CommandObjectLogTimerDump
512 ~CommandObjectLogTimerDump() override = default;
618 CommandObjectSP(new CommandObjectLogTimerDump(interpreter))); in CommandObjectLogTimer()