Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.h24 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
26 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
28 ~CommandObjectMultiwordCommands() override;
H A DCommandObjectCommands.cpp1895 #pragma mark CommandObjectMultiwordCommands
1901 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands
1923 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp468 CommandObjectSP(new CommandObjectMultiwordCommands(*this)); in LoadCommandDictionary()