Home
last modified time | relevance | path

Searched refs:RIOrErr (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient() local
694 RemoteTrampolineSize, RemoteIndirectStubSize) = *RIOrErr; in OrcRemoteTargetClient()
697 Err = joinErrors(RIOrErr.takeError(), std::move(ExistingError)); in OrcRemoteTargetClient()