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