Home
last modified time | relevance | path

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

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