Searched refs:handleAllErrors (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DError.cpp17 handleAllErrors(std::move(Err),
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp34 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) {
124 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp39 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp45 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
91 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp40 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
80 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp65 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
95 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h66 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp44 handleAllErrors(ResOrErr.takeError(), [&](const ErrorInfoBase &) {
H A Dxray-graph.cpp458 handleAllErrors(std::move(E),
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp20 handleAllErrors(std::move(err),
H A DErrorHandler.cpp90 handleAllErrors(std::move(e),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp107 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) {
215 handleAllErrors(ChildMB.takeError(), [&](const ErrorInfoBase &EIB) {
372 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp118 llvm::handleAllErrors(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h122 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
149 /// The handleAllErrors function is identical to handleErrors, except
898 /// or returned. If you intend to handle all errors use handleAllErrors
924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { function in namespace:llvm
930 inline void handleAllErrors(Error E) { function in namespace:llvm
988 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
1002 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
1257 handleAllErrors(std::move(E),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp347 handleAllErrors(E.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
355 handleAllErrors(OFOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
H A DCodeGenAction.cpp87 handleAllErrors(
975 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
1052 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
H A DBackendUtil.cpp1410 handleAllErrors(BMOrErr.takeError(), [&](ErrorInfoBase &EIB) {
1427 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
1491 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp143 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp193 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
218 handleAllErrors(Result.takeError(), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp382 handleAllErrors(createFileError(Input, std::move(Err)),
395 handleAllErrors(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h699 llvm::handleAllErrors(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp558 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp508 handleAllErrors(ToDeclOrError.takeError(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1146 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
1530 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {

Completed in 333 milliseconds

12