Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h460 auto &ResultAndSeqNo = *ResultAndSeqNoOrErr; in callSTHandling() local
461 if (auto Err = waitForResult(C, ResultAndSeqNo.second, HandleOther)) in callSTHandling()
463 return Func::optionalToErrorReturn(ResultAndSeqNo.first.get()); in callSTHandling()