Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2813 class CommandObjectFormatterInfo : public CommandObjectRaw { class
2817 CommandObjectFormatterInfo(CommandInterpreter &interpreter, in CommandObjectFormatterInfo() function in CommandObjectFormatterInfo
2836 ~CommandObjectFormatterInfo() override = default;
2902 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeFormatImpl>( in CommandObjectTypeFormat()
2931 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth()
3003 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeSummaryImpl>( in CommandObjectTypeSummary()