Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp194 if (auto Err2 = readBytes(HeaderBuffer, FDMsgHeader::Size, &IsEOF)) { in listenLoop() local
195 Err = joinErrors(std::move(Err), std::move(Err2)); in listenLoop()
227 if (auto Err2 = readBytes(ArgBytes.data(), ArgBytes.size())) { in listenLoop() local
228 Err = joinErrors(std::move(Err), std::move(Err2)); in listenLoop()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp50 if (auto Err2 = EPC.callSPSWrapper< in ~EPCGenericRTDyldMemoryManager() local
54 logAllUnhandledErrors(std::move(Err2), errs(), ""); in ~EPCGenericRTDyldMemoryManager()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1381 auto Err2 = in getInstrProfRecord() local
1389 if (Err2) in getInstrProfRecord()
1390 return std::move(Err2); in getInstrProfRecord()