Searched refs:takeError (Results 51 - 75 of 417) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp174 return AddressOrErr.takeError();
220 return FlagsOrErr.takeError();
227 return NameOrErr.takeError();
234 return ResultOrErr.takeError();
244 return FlagsOrErr.takeError();
255 return SymTypeOrErr.takeError();
262 return NameOrErr.takeError();
267 return JITSymFlags.takeError();
303 return AddrOrErr.takeError();
323 return SIOrErr.takeError();
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp32 return ExpectedFile.takeError();
98 ExpectedThreads.takeError(),
155 system_info.takeError(),
214 ExpectedCSD.takeError(),
265 ExpectedModules.takeError(),
274 LLDB_LOG_ERROR(log, ExpectedModules.takeError(),
288 LLDB_LOG_ERROR(log, ExpectedName.takeError(),
324 ExpectedStream.takeError(),
336 LLDB_LOG_ERROR(log, ExpectedMemory.takeError(),
350 LLDB_LOG_ERROR(log, ExpectedSlice.takeError(),
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h31 llvm::consumeError(First.takeError());
41 return First.takeError();
62 return Consumer.handleError(Rule.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp51 return BufOrErr.takeError();
59 return ModTimeOrErr.takeError();
63 return UIDOrErr.takeError();
67 return GIDOrErr.takeError();
71 return AccessModeOrErr.takeError();
82 return FDOrErr.takeError();
270 report_fatal_error(SymFlagsOrErr.takeError());
366 consumeError(ObjOrErr.takeError());
374 consumeError(ObjOrErr.takeError());
498 if (auto E = Symbols.takeError())
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp99 return MetadataRecordOrErr.takeError();
125 BufferExtentsOrError.takeError(),
162 MetadataRecordOrErr.takeError(),
H A DInstrumentationMap.cpp80 consumeError(NameOrErr.takeError());
92 return E.takeError();
123 return ValueOrErr.takeError();
132 return ValueOrErr.takeError();
260 auto E = ObjectFileOrError.takeError();
266 consumeError(FdOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp84 if (Error E = Diff.takeError())
125 if (Error E = Diff.takeError())
171 if (Error E = Diff.takeError())
202 if (Error E = Ret.takeError())
209 if (Error E = Ret.takeError())
239 if (Error E = Diff.takeError())
337 if (Error E = New.takeError())
379 if (Error E = Result.takeError())
464 if (Error E = Ret.takeError())
471 if (Error E = Ret.takeError())
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h144 fatal(llvm::toString(e.takeError()));
158 fatal(prefix() + ": " + toString(e.takeError()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp65 return OptionsParser.takeError();
76 "': " + llvm::toString(Executor.takeError()) + "\n",
H A DRefactoring.cpp90 llvm::errs() << llvm::toString(CurStyle.takeError()) << "\n";
97 llvm::errs() << llvm::toString(NewReplacements.takeError()) << "\n";
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp35 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) {
125 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp80 consumeError(ExpectedFileStream.takeError());
86 consumeError(Data.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h45 return ExpectedIndex.takeError();
59 return ExpectedIndex.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp128 consumeError(NameOrErr.takeError());
206 return SymFlagsOrErr.takeError();
396 error(name_or_err.takeError(), Obj->getFileName());
434 error(name_or_err.takeError(), Obj->getFileName());
449 error(CommonSizeOrErr.takeError(), Obj->getFileName());
486 error(CommonSizeOrErr.takeError(), Obj->getFileName());
561 error(BinaryOrErr.takeError(), file);
572 if (auto E = isNotObjectErrorInvalidFileType(ChildOrErr.takeError()))
628 UO.takeError())) {
642 ChildOrErr.takeError()))
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp34 if (auto ec = nFile.takeError())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp40 LLDB_LOG_ERROR(GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST), file.takeError(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp61 llvm::toString(maybe_thread.takeError()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp32 if (auto err = type_system_or_err.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h121 } else if (auto Err = Sym.takeError())
151 ES.legacyFailQuery(Query, Addr.takeError());
154 } else if (auto Err = Sym.takeError()) {
184 ReportError(ResponsibilitySet.takeError());
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp128 return errorToErrorCode(FileOutputBuffer::create(path, 1).takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp121 consumeError(SymTypeOrErr.takeError());
131 consumeError(Name.takeError());
138 consumeError(AddrOrErr.takeError());
147 consumeError(SecOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError());
H A DLazyReexports.cpp32 return Trampoline.takeError();
76 return NotifyLandingResolved(reportCallThroughError(Entry.takeError()));
96 NotifyLandingResolved(reportCallThroughError(Result.takeError()));
180 CallThroughTrampoline.takeError());
H A DLegacy.cpp29 OnResolved(InternedResult.takeError());
H A DOrcV2CBindings.cpp100 return wrap(ProcessSymsGenerator.takeError());
138 return wrap(JTMB.takeError());
195 return wrap(J.takeError());
249 return wrap(Sym.takeError());

Completed in 285 milliseconds

1234567891011>>