Searched refs:RIOrErr (Results 1 – 1 of 1) sorted by relevance
692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient() local694 RemoteTrampolineSize, RemoteIndirectStubSize) = *RIOrErr; in OrcRemoteTargetClient()697 Err = joinErrors(RIOrErr.takeError(), std::move(ExistingError)); in OrcRemoteTargetClient()