Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);
22 ~CommandObjectMultiwordTarget() override;
H A DCommandObjectTarget.cpp4899 #pragma mark CommandObjectMultiwordTarget
4903 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
4930 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp524 REGISTER_COMMAND_OBJECT("target", CommandObjectMultiwordTarget); in LoadCommandDictionary()