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