Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.h16 class CommandObjectMultiwordSource : public CommandObjectMultiword {
18 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
20 ~CommandObjectMultiwordSource() override;
H A DCommandObjectSource.cpp1272 #pragma mark CommandObjectMultiwordSource
1275 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
1291 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp561 REGISTER_COMMAND_OBJECT("source", CommandObjectMultiwordSource); in LoadCommandDictionary()