Home
last modified time | relevance | path

Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp316 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in GetHelp()
321 CommandObjectProxy::~CommandObjectProxy() = default;
323 Options *CommandObjectProxy::GetOptions() { in GetSyntax()
330 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelpLong()
337 llvm::StringRef CommandObjectProxy::GetSyntax() { in IsRemovable()
344 llvm::StringRef CommandObjectProxy::GetHelpLong() { in IsMultiwordObject()
351 bool CommandObjectProxy::IsRemovable() const { in GetAsMultiwordCommand()
353 const_cast<CommandObjectProxy *>(thi in GetAsMultiwordCommand()
301 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, CommandObjectProxy() function in CommandObjectProxy
[all...]
H A DCommandObjectTrace.h25 class CommandObjectTraceProxy : public CommandObjectProxy {
31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
H A DCommandObjectProcess.cpp919 class CommandObjectProcessPlugin : public CommandObjectProxy { in CommandObjectProcessPlugin()
922 : CommandObjectProxy(
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h79 class CommandObjectProxy : public CommandObject {
81 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
85 ~CommandObjectProxy() override;