Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.h22 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
24 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
26 ~CommandObjectMultiwordTarget() override;
H A DCommandObjectTarget.cpp5016 #pragma mark CommandObjectMultiwordTarget
5022 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
5046 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp497 CommandObjectSP(new CommandObjectMultiwordTarget(*this)); in LoadCommandDictionary()