Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectStats.h17 class CommandObjectStats : public CommandObjectMultiword {
19 CommandObjectStats(CommandInterpreter &interpreter);
21 ~CommandObjectStats() override;
H A DCommandObjectStats.cpp95 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats() function in CommandObjectStats
107 CommandObjectStats::~CommandObjectStats() = default;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile127 SRCS+= Commands/CommandObjectStats.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp495 m_command_dict["statistics"] = CommandObjectSP(new CommandObjectStats(*this)); in LoadCommandDictionary()