Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.h24 class CommandObjectMultiwordSource : public CommandObjectMultiword {
26 CommandObjectMultiwordSource(CommandInterpreter &interpreter);
28 ~CommandObjectMultiwordSource() override;
H A DCommandObjectSource.cpp1295 #pragma mark CommandObjectMultiwordSource
1300 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
1313 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp494 CommandObjectSP(new CommandObjectMultiwordSource(*this)); in LoadCommandDictionary()