Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.h15 class CommandObjectStats : public CommandObjectMultiword {
17 CommandObjectStats(CommandInterpreter &interpreter);
19 ~CommandObjectStats() override;
H A DCommandObjectStats.cpp152 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats() function in CommandObjectStats
164 CommandObjectStats::~CommandObjectStats() = default;
/freebsd/lib/clang/liblldb/
H A DMakefile149 SRCS+= Commands/CommandObjectStats.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp585 REGISTER_COMMAND_OBJECT("statistics", CommandObjectStats); in LoadCommandDictionary()