Home
last modified time | relevance | path

Searched refs:Err2 (Results 1 – 4 of 4) 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()
H A DLLJIT.cpp1032 if (auto Err2 = S.PrePlatformSetup(*this)) { in LLJIT() local
1033 Err = std::move(Err2); in LLJIT()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1491 auto Err2 = in getInstrProfRecord() local
1499 if (Err2) in getInstrProfRecord()
1500 return std::move(Err2); in getInstrProfRecord()