Searched refs:DoGetProxyCommandObject (Results 1 – 2 of 2) sorted by relevance
37 llvm::Expected<lldb::CommandObjectSP> DoGetProxyCommandObject();
396 Expected<CommandObjectSP> CommandObjectTraceProxy::DoGetProxyCommandObject() { in DoGetProxyCommandObject() function in CommandObjectTraceProxy415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject()