| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | HashTable.cpp | 28 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 D | PublicsStream.cpp | 79 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 D | GlobalsStream.cpp | 120 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 D | PDBStringTable.cpp | 48 return joinErrors(std::move(EC), in readStrings() 68 return joinErrors(std::move(EC), in readHashTable()
|
| H A D | InfoStream.cpp | 29 return joinErrors( in reload()
|
| H A D | NamedStreamMap.cpp | 54 return joinErrors(std::move(EC), in load()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TPCIndirectionUtils.cpp | 93 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 D | ObjectLinkingLayer.cpp | 149 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 D | RemoteJITUtils.cpp | 101 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 D | FDRRecordProducer.cpp | 124 return joinErrors( in produce() 161 return joinErrors( in produce()
|
| H A D | LogBuilderConsumer.cpp | 32 Result = joinErrors(std::move(Result), R->apply(*V)); in consume()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/ |
| H A D | ErrorCollector.cpp | 33 JoinedErrors = joinErrors(std::move(JoinedErrors), std::move(E)); in makeError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 382 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 D | xray-extract.cpp | 79 return joinErrors(make_error<StringError>( in __anon70dba6dc0202()
|
| H A D | xray-fdr-dump.cpp | 85 return joinErrors(std::move(E), R.takeError()); in __anon06fcd1400102()
|
| H A D | xray-converter.cpp | 367 return joinErrors(make_error<StringError>( in __anonda1685590302() 391 return joinErrors( in __anonda1685590302()
|
| H A D | xray-account.cpp | 453 return joinErrors(make_error<StringError>( in __anona2b7686e0f02() 475 return joinErrors( in __anona2b7686e0f02()
|
| H A D | xray-stacks.cpp | 693 return joinErrors( in __anonf2eff7aa0802() 727 return joinErrors( in __anonf2eff7aa0802()
|
| H A D | xray-graph.cpp | 446 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 D | Object.cpp | 43 Errs = joinErrors(std::move(Errs), ShouldRemove.takeError()); in removeSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 227 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 D | llvm-jitlink.h | 93 Err = joinErrors(std::move(Err2), disconnect()); in LLVMJITLinkRemoteTargetProcessControl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/ |
| H A D | llvm-libtool-darwin.cpp | 405 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 D | Parallel.h | 322 return wrap(joinErrors(unwrap(Lhs), unwrap(Rhs))); in parallelForEachError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 407 E = joinErrors( in createReferenceFile()
|