Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp28 return joinErrors( in readSparseBitVector()
36 return joinErrors(std::move(EC), in readSparseBitVector()
53 return joinErrors( in writeSparseBitVector()
66 return joinErrors(std::move(EC), make_error<RawError>( in writeSparseBitVector()
H A DPublicsStream.cpp79 return joinErrors(std::move(EC), in reload()
85 return joinErrors(std::move(EC), in reload()
92 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()
164 return joinErrors(std::move(EC), in readGSIHashBuckets()
H A DPDBStringTable.cpp48 return joinErrors(std::move(EC), in readStrings()
68 return joinErrors(std::move(EC), in readHashTable()
H A DInfoStream.cpp29 return joinErrors( in reload()
H A DNamedStreamMap.cpp54 return joinErrors(std::move(EC), in load()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp93 Err = joinErrors(std::move(Err), Alloc->deallocate()); in deallocatePool()
273 Err = joinErrors(std::move(Err), A->deallocate()); in cleanup()
276 Err = joinErrors(std::move(Err), in cleanup()
280 Err = joinErrors(std::move(Err), ResolverBlock->deallocate()); in cleanup()
H A DObjectLinkingLayer.cpp149 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); in notifyFailed()
633 Err = joinErrors(std::move(Err), P->notifyEmitted(MR)); in notifyEmitted()
647 Err = joinErrors(std::move(Err), P->notifyRemovingResources(K)); in handleRemoveResources()
659 Err = joinErrors(std::move(Err), AllocsToRemove.back()->deallocate()); in handleRemoveResources()
750 Err = joinErrors( in notifyRemovingResources()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp101 return joinErrors(std::move(Err), F.get()); in disconnect()
259 return joinErrors(std::move(Err), TPC->disconnect()); in launch()
338 return joinErrors(std::move(Err), TPC->disconnect()); in ConnectTCPSocket()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A DErrorCollector.cpp33 JoinedErrors = joinErrors(std::move(JoinedErrors), std::move(E)); in makeError()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp382 Err = joinErrors(std::move(Err), LeftOp.takeError()); in eval()
384 Err = joinErrors(std::move(Err), RightOp.takeError()); in eval()
398 Err = joinErrors(std::move(Err), LeftFormat.takeError()); in getImplicitFormat()
400 Err = joinErrors(std::move(Err), RightFormat.takeError()); in getImplicitFormat()
1261 Errs = joinErrors(std::move(Errs), in match()
2661 Errs = joinErrors( in defineCmdlineVariables()
2678 Errs = joinErrors(std::move(Errs), ExpressionResult.takeError()); in defineCmdlineVariables()
2688 Errs = joinErrors(std::move(Errs), Value.takeError()); in defineCmdlineVariables()
2706 Errs = joinErrors(std::move(Errs), ParseVarResult.takeError()); in defineCmdlineVariables()
2713 Errs = joinErrors(std::move(Errs), in defineCmdlineVariables()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp79 return joinErrors(make_error<StringError>( in __anon70dba6dc0202()
H A Dxray-fdr-dump.cpp85 return joinErrors(std::move(E), R.takeError()); in __anon06fcd1400102()
H A Dxray-converter.cpp367 return joinErrors(make_error<StringError>( in __anonda1685590302()
391 return joinErrors( in __anonda1685590302()
H A Dxray-account.cpp453 return joinErrors(make_error<StringError>( in __anona2b7686e0f02()
475 return joinErrors( in __anona2b7686e0f02()
H A Dxray-stacks.cpp693 return joinErrors( in __anonf2eff7aa0802()
727 return joinErrors( in __anonf2eff7aa0802()
H A Dxray-graph.cpp446 return joinErrors( in getGraphRenderer()
477 return joinErrors(make_error<StringError>( in getGraphRenderer()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp43 Errs = joinErrors(std::move(Errs), ShouldRemove.takeError()); in removeSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp227 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()
489 return joinErrors(std::move(EC), errorCorruptRecord()); in shouldRemapType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h93 Err = joinErrors(std::move(Err2), disconnect()); in LLVMJITLinkRemoteTargetProcessControl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp405 Error CombinedError = joinErrors( in addUniversalMembers()
407 joinErrors(IRObjectOrError.takeError(), MachOObjOrErr.takeError())); in addUniversalMembers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h322 return wrap(joinErrors(unwrap(Lhs), unwrap(Rhs))); in parallelForEachError()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp407 E = joinErrors( in createReferenceFile()

12