Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSource.h16 class CommandObjectMultiwordSource : public CommandObjectMultiword {
18 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
20 ~CommandObjectMultiwordSource() override;
HDCommandObjectSource.cpp1276 #pragma mark CommandObjectMultiwordSource
1279 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
1295 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp584 REGISTER_COMMAND_OBJECT("source", CommandObjectMultiwordSource); in LoadCommandDictionary()