Searched refs:takeError (Results 251 - 275 of 417) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp219 async_thread.takeError(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp88 llvm::consumeError(unit_sp.takeError());
H A DDWARFUnit.cpp504 ranges_base, toString(table_or_error.takeError()).c_str());
870 return expected_header.takeError();
944 return range_list_or_error.takeError();
958 return llvm_ranges.takeError();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp37 return expected_result.takeError(); \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp108 if (auto err = type_system_or_err.takeError()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp133 llvm::consumeError(recorder_or_error.takeError());
H A DStructuredData.cpp27 llvm::consumeError(value.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h46 return errorToErrorCodeAndEmitErrors(Ctx, Val.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h65 else if (auto Err = Sym.takeError())
H A DOrcRemoteTargetClient.h412 return StubInfoOrErr.takeError();
475 return TrampolineInfoOrErr.takeError();
604 Err = RIOrErr.takeError();
657 ES.reportError(AddrOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp204 fatal("getSection failed: #" + Twine(i) + ": " + toString(sec.takeError()));
238 toString(e.takeError()));
722 consumeError(sym.takeError());
883 loadErr.emplace(expectedInfo.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp212 return Child.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp126 consumeError(ExpectedValue.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp183 if (Error E = M.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp218 if (Error E = Diff.takeError()) {
H A DOptimizerDriver.cpp151 << ": Error making unique filename: " << toString(Temp.takeError())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp34 if (Error E = OSOrErr.takeError())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp559 reportError(TargetNameOrErr.takeError(), Obj->getFileName());
624 consumeError(SymbolNameOrErr.takeError());
634 reportError(SecIOrErr.takeError(), Obj->getFileName());
671 consumeError(NameOrErr.takeError());
H A Dllvm-readobj.cpp568 if (auto E = isNotObjectErrorInvalidFileType(ChildOrErr.takeError()))
591 else if (auto E = isNotObjectErrorInvalidFileType(ObjOrErr.takeError()))
592 reportError(ObjOrErr.takeError(), UBinary->getFileName());
612 reportError(BinaryOrErr.takeError(), File);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp177 logAllUnhandledErrors(ResOrErr.takeError(), errs(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h170 return NextChild.takeError();
H A DMinidump.h209 return Slice.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h66 /// takeError() instead.
75 Error takeError() { return std::move(Err); } function in class:llvm::DataExtractor::Cursor
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h24 return {TakeError(Exp.takeError()), Exp};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp148 if (Error E = MaybeRemark.takeError()) {

Completed in 346 milliseconds

<<11121314151617