Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2987 class CommandObjectTypeSummary : public CommandObjectMultiword { class
2989 CommandObjectTypeSummary(CommandInterpreter &interpreter) in CommandObjectTypeSummary() function in CommandObjectTypeSummary
3010 ~CommandObjectTypeSummary() override = default;
3026 CommandObjectSP(new CommandObjectTypeSummary(interpreter))); in CommandObjectType()