Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.h19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
21 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordSource() override;
DCommandObjectSource.cpp1267 #pragma mark CommandObjectMultiwordSource
1270 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
1284 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp512 REGISTER_COMMAND_OBJECT("source", CommandObjectMultiwordSource); in LoadCommandDictionary()