Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp2898 class CommandObjectFormatterInfo : public CommandObjectRaw { class
2902 CommandObjectFormatterInfo(CommandInterpreter &interpreter, in CommandObjectFormatterInfo() function in CommandObjectFormatterInfo
2921 ~CommandObjectFormatterInfo() override = default;
2989 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeFormatImpl>( in CommandObjectTypeFormat()
3018 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth()
3090 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeSummaryImpl>( in CommandObjectTypeSummary()