Home
last modified time | relevance | path

Searched refs:joinErrors (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp25 return joinErrors( in readSparseBitVector()
33 return joinErrors(std::move(EC), in readSparseBitVector()
50 return joinErrors( in writeSparseBitVector()
63 return joinErrors(std::move(EC), make_error<RawError>( in writeSparseBitVector()
H A DPublicsStream.cpp76 return joinErrors(std::move(EC), in reload()
82 return joinErrors(std::move(EC), in reload()
89 return joinErrors(std::move(EC), in reload()
H A DGlobalsStream.cpp120 return joinErrors(std::move(EC), in readGSIHashRecords()
141 return joinErrors(std::move(EC), in readGSIHashBuckets()
162 return joinErrors(std::move(EC), in readGSIHashBuckets()
H A DPDBStringTable.cpp47 return joinErrors(std::move(EC), in readStrings()
67 return joinErrors(std::move(EC), in readHashTable()
H A DInfoStream.cpp27 return joinErrors( in reload()
H A DNamedStreamMap.cpp50 return joinErrors(std::move(EC), in load()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp85 return joinErrors( in finalize()
98 joinErrors(std::move(Err), FR.Actions[--SuccessfulFinalizationActions] in finalize()
104 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in finalize()
168 Err = joinErrors( in deallocate()
179 Err = joinErrors(std::move(Err), deallocateImpl(P.first, P.second)); in deallocate()
196 Err = joinErrors(std::move(Err), deallocateImpl(KV.first, KV.second)); in shutdown()
215 Err = joinErrors(std::move(Err), in deallocateImpl()
222 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in deallocateImpl()
H A DExecutorSharedMemoryMapperService.cpp227 AllErr = joinErrors(std::move(AllErr), std::move(Err)); in deinitialize()
273 Err = joinErrors(std::move(Err), std::move(E)); in release()
281 Err = joinErrors(std::move(Err), errorCodeToError(errnoAsErrorCode())); in release()
284 Err = joinErrors(std::move(Err), errorCodeToError(errnoAsErrorCode())); in release()
291 Err = joinErrors(std::move(Err), in release()
H A DSimpleRemoteEPCServer.cpp141 joinErrors(std::move(ShutdownErr), Services.back()->shutdown()); in handleDisconnect()
146 ShutdownErr = joinErrors(std::move(ShutdownErr), std::move(Err)); in handleDisconnect()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp132 AllErr = joinErrors(std::move(AllErr), std::move(Err)); in deinitialize()
140 AllErr = joinErrors(std::move(AllErr), errorCodeToError(EC)); in deinitialize()
169 Err = joinErrors(std::move(Err), std::move(E)); in release()
177 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in release()
413 Err = joinErrors(std::move(Err), errorCodeToError(errnoAsErrorCode())); in release()
416 Err = joinErrors(std::move(Err), errorCodeToError(errnoAsErrorCode())); in release()
422 Err = joinErrors(std::move(Err), in release()
439 joinErrors(std::move(Err), std::move(SerializationErr))); in release()
442 return OnReleased(joinErrors(std::move(Err), std::move(Result))); in release()
H A DLinkGraphLinkingLayer.cpp76 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); in notifyFailed()
249 Err = joinErrors(std::move(Err), P->notifyEmitted(*MR)); in notifyEmitted()
254 joinErrors(std::move(Err), Layer.MemMgr.deallocate(std::move(FA))); in notifyEmitted()
527 Err = joinErrors(std::move(Err), MemMgr.deallocate(std::move(FA))); in recordFinalizedAlloc()
538 Err = joinErrors(std::move(Err), P->notifyRemovingResources(JD, K)); in handleRemoveResources()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp195 Err = joinErrors(std::move(Err), std::move(Err2)); in listenLoop()
218 Err = joinErrors(std::move(Err), in listenLoop()
228 Err = joinErrors(std::move(Err), std::move(Err2)); in listenLoop()
236 Err = joinErrors(std::move(Err), Action.takeError()); in listenLoop()
H A DAllocationActions.cpp25 Err = joinErrors(std::move(Err), in runFinalizeActions()
44 Err = joinErrors(std::move(Err), DAs.back().runWithSPSRetErrorMerged()); in runDeallocActions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h259 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
266 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
273 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
280 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
291 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
300 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp74 ErrorState = joinErrors(std::move(Err), std::move(ErrorState)); in storeError()
126 return joinErrors(std::move(CurlRequest.ErrorState), in perform()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp124 return joinErrors( in produce()
161 return joinErrors( in produce()
H A DLogBuilderConsumer.cpp32 Result = joinErrors(std::move(Result), R->apply(*V)); in consume()
/freebsd/contrib/llvm-project/llvm/lib/Telemetry/
H A DTelemetry.cpp31 AllErrs = joinErrors(std::move(AllErrs), Dest->receiveEntry(Entry)); in dispatch()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp276 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in abandon()
278 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in abandon()
480 DeallocErr = joinErrors(std::move(DeallocErr), std::move(Err)); in deallocate()
486 DeallocErr = joinErrors(std::move(DeallocErr), errorCodeToError(EC)); in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp966 return joinErrors(joinErrors(Cur.takeError(), std::move(ULEBSizeErr)), in decodeBBAddrMapImpl()
993 Errors = joinErrors(std::move(Errors), DoesSectionMatch.takeError()); in getSectionAndRelocations()
1007 Errors = joinErrors(std::move(Errors), in getSectionAndRelocations()
1016 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp80 return joinErrors(make_error<StringError>( in __anon577b53910202()
H A Dxray-fdr-dump.cpp85 return joinErrors(std::move(E), R.takeError()); in __anonc19214950102()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp44 Errs = joinErrors(std::move(Errs), ShouldRemove.takeError()); in removeSymbols()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp142 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
170 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp211 Err = joinErrors(std::move(Err), MaybeLeftOp.takeError()); in eval()
213 Err = joinErrors(std::move(Err), MaybeRightOp.takeError()); in eval()
247 Err = joinErrors(std::move(Err), LeftFormat.takeError()); in getImplicitFormat()
249 Err = joinErrors(std::move(Err), RightFormat.takeError()); in getImplicitFormat()
1155 Errs = joinErrors(std::move(Errs), in match()
2599 Errs = joinErrors( in defineCmdlineVariables()
2617 Errs = joinErrors(std::move(Errs), ExpressionResult.takeError()); in defineCmdlineVariables()
2627 Errs = joinErrors(std::move(Errs), Value.takeError()); in defineCmdlineVariables()
2645 Errs = joinErrors(std::move(Errs), ParseVarResult.takeError()); in defineCmdlineVariables()
2652 Errs = joinErrors(std::move(Errs), in defineCmdlineVariables()
[all …]

123