Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
301 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter,306 CommandObjectProxy::~CommandObjectProxy() = default;308 Options *CommandObjectProxy::GetOptions() {315 llvm::StringRef CommandObjectProxy::GetHelp() {322 llvm::StringRef CommandObjectProxy::GetSyntax() {329 llvm::StringRef CommandObjectProxy::GetHelpLong() {336 bool CommandObjectProxy::IsRemovable() const {338 const_cast<CommandObjectProxy *>(thi in IsRemovable() 302 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, CommandObjectProxy() function in CommandObjectProxy [all...]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
913 class CommandObjectProcessPlugin : public CommandObjectProxy {916 : CommandObjectProxy( in CommandObjectProcessPlugin()
77 class CommandObjectProxy : public CommandObject {79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,83 ~CommandObjectProxy() override;