Searched refs:takeError (Results 376 - 400 of 417) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp806 result.AppendError(llvm::toString(outfile.takeError()));
H A DCommandObjectProcess.cpp1311 result.AppendError(llvm::toString(expected_crash_info.takeError()));
H A DCommandObjectTarget.cpp281 llvm::toString(file.takeError()));
296 llvm::toString(file.takeError()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp872 if (auto error = type_system_or_err.takeError()) {
H A DDWARFExpression.cpp2592 LLDB_LOG_ERROR(log, loc.takeError(), "{0}");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp876 return Status(listen_thread.takeError());
H A DGDBRemoteCommunicationServerCommon.cpp527 std::error_code code = errorToErrorCode(file.takeError());
H A DProcessGDBRemote.cpp111 llvm::consumeError(file.takeError());
2654 LLDB_LOG_ERROR(log, list.takeError(), "Failed to read module list: {0}");
3602 async_thread.takeError(),
4797 return module_list.takeError();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1015 log, args_or.takeError(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h163 if (auto err = type_system_or_err.takeError()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp1057 error = op.takeError();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp577 handleAllErrors(CTUDeclOrError.takeError(),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp734 return MaybeFile.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1008 if (Error E = S.takeError())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1177 if (Error E = ReaderOrErr.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp416 consumeError(Result.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3632 llvm::toString(private_state_thread.takeError()));
5862 if (auto err = type_system_or_err.takeError()) {
6160 llvm::consumeError(type_system_or_err.takeError());
H A DPlatform.cpp1238 return Status(source_file.takeError());
H A DRegisterContextUnwind.cpp1943 llvm::toString(expected_size.takeError()).c_str());
H A DStackFrame.cpp1362 if (auto err = c_type_system_or_err.takeError()) {
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1536 if (Error E = fobOrErr.takeError())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp330 std::error_code EC = llvm::errorToErrorCode(File.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp584 setError(NewProto.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2667 std::string error = llvm::toString(file.takeError());
4608 std::string error = llvm::toString(file.takeError());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2743 Error(toString(MaybeEntry.takeError()));
2766 Error(toString(MaybeStmtCode.takeError()));

Completed in 529 milliseconds

<<11121314151617