Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
257 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy262 CommandObjectProxy::~CommandObjectProxy() = default;264 Options *CommandObjectProxy::GetOptions() { in GetOptions()271 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()278 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()285 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()292 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()294 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()300 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()307 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()[all …]
806 class CommandObjectProcessPlugin : public CommandObjectProxy {809 : CommandObjectProxy( in CommandObjectProcessPlugin()
1983 class CommandObjectTraceStart : public CommandObjectProxy {1986 : CommandObjectProxy(interpreter, "thread trace start", in CommandObjectTraceStart()
73 class CommandObjectProxy : public CommandObject {75 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,79 ~CommandObjectProxy() override;