Searched refs:CommandObjectMultiwordSettings (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.h16 // CommandObjectMultiwordSettings
18 class CommandObjectMultiwordSettings : public CommandObjectMultiword { class in namespace:lldb_private
20 CommandObjectMultiwordSettings(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordSettings() override;
H A DCommandObjectSettings.cpp1157 // CommandObjectMultiwordSettings
1159 CommandObjectMultiwordSettings::CommandObjectMultiwordSettings( function in class:CommandObjectMultiwordSettings
1190 CommandObjectMultiwordSettings::~CommandObjectMultiwordSettings() = default;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp497 CommandObjectSP(new CommandObjectMultiwordSettings(*this));

Completed in 2803 milliseconds