Searched refs:takeError (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp198 return CmdOrErr.takeError();
234 Err = HeaderOrErr.takeError();
300 return SectionOrErr.takeError();
396 return SegOrErr.takeError();
413 return SymtabOrErr.takeError();
472 return DysymtabOrErr.takeError();
606 return LinkDataOrError.takeError();
644 return DyldInfoOrErr.takeError();
737 return CommandOrErr.takeError();
786 return CommandOrErr.takeError();
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h319 return opts.takeError();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp147 error = llvm::toString(version.takeError());
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp227 if (auto err = type_system_or_err.takeError()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp48 result.AppendError(toString(args_or.takeError()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp208 return Child.takeError();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp126 consumeError(ExpectedValue.takeError());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp182 if (Error E = M.takeError()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp215 async_thread.takeError(),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp82 llvm::consumeError(unit_sp.takeError());
H A DDWARFUnit.cpp497 ranges_base, toString(table_or_error.takeError()).c_str());
878 return expected_header.takeError();
946 return range_list_or_error.takeError();
960 return llvm_ranges.takeError();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp37 return expected_result.takeError(); \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp99 if (auto err = type_system_or_err.takeError()) {
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h170 return NextChild.takeError();
H A DMinidump.h209 return Slice.takeError();
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp148 if (Error E = MaybeRemark.takeError()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp132 return FileOrErr.takeError();
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp34 if (Error E = OSOrErr.takeError())

Completed in 305 milliseconds

1234567891011>>