Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordCommands() override;
H A DCommandObjectCommands.cpp2106 #pragma mark CommandObjectMultiwordCommands
2110 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands
2132 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp543 REGISTER_COMMAND_OBJECT("command", CommandObjectMultiwordCommands); in LoadCommandDictionary()