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