Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2869 class CommandObjectTypeSummary : public CommandObjectMultiword { class
2871 CommandObjectTypeSummary(CommandInterpreter &interpreter) in CommandObjectTypeSummary() function in CommandObjectTypeSummary
2892 ~CommandObjectTypeSummary() override = default;
2908 CommandObjectSP(new CommandObjectTypeSummary(interpreter))); in CommandObjectType()