Searched refs:CommandObjectDWIMPrint (Results 1 – 4 of 4) sorted by relevance
32 class CommandObjectDWIMPrint : public CommandObjectRaw {34 CommandObjectDWIMPrint(CommandInterpreter &interpreter);36 ~CommandObjectDWIMPrint() override = default;
33 CommandObjectDWIMPrint::CommandObjectDWIMPrint(CommandInterpreter &interpreter) in CommandObjectDWIMPrint() function in CommandObjectDWIMPrint51 Options *CommandObjectDWIMPrint::GetOptions() { return &m_option_group; } in GetOptions()53 void CommandObjectDWIMPrint::DoExecute(StringRef command, in DoExecute()
139 SRCS+= Commands/CommandObjectDWIMPrint.cpp
569 REGISTER_COMMAND_OBJECT("dwim-print", CommandObjectDWIMPrint); in LoadCommandDictionary()