Searched refs:takeError (Results 76 - 100 of 417) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h203 return SectionOrError.takeError();
217 return TargetNameOrErr.takeError();
234 return TargetSectionIDOrErr.takeError();
300 return NameOrErr.takeError();
H A DRuntimeDyldMachOARM.h39 return Flags.takeError();
120 return TargetNameOrErr.takeError();
164 return AddendOrErr.takeError();
171 return ValueOrErr.takeError();
295 consumeError(NameOrErr.takeError());
390 return SectionAIDOrErr.takeError();
403 return SectionBIDOrErr.takeError();
H A DRuntimeDyldMachOI386.h73 return ValueOrErr.takeError();
134 consumeError(NameOrErr.takeError());
179 return SectionAIDOrErr.takeError();
192 return SectionBIDOrErr.takeError();
234 return IndirectSymbolName.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp106 if (Error E = Format.takeError())
122 if (Error E = RemarkSerializer.takeError())
152 if (Error E = Format.takeError())
158 if (Error E = RemarkSerializer.takeError())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp28 Err = Result.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp80 if (Error E = Diff.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp62 return SecOrErr.takeError();
78 return NameOrErr.takeError();
91 return SymOrErr.takeError();
105 return NameOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp45 return SymNameOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp187 consumeError(Dbi.takeError());
189 consumeError(Tpi.takeError());
191 consumeError(Ipi.takeError());
193 consumeError(Info.takeError());
H A DInputFile.cpp73 consumeError(NameOrErr.takeError());
79 consumeError(ContentsOrErr.takeError());
175 consumeError(StringTable.takeError());
181 consumeError(MDS.takeError());
243 consumeError(ExpectedFile.takeError());
268 return BinaryOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h30 reportError(EO.takeError(), Input);
H A DWin64EHDumper.cpp120 return errorToErrorCode(Address.takeError());
147 consumeError(Name.takeError());
157 consumeError(Name.takeError());
180 return errorToErrorCode(ResolvedAddressOrErr.takeError());
185 return errorToErrorCode(SI.takeError());
360 consumeError(NameOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h63 llvm::consumeError(TableOrErr.takeError());
74 llvm::consumeError(Headers.takeError());
357 return ErrorOrIndex.takeError();
371 return SymsOrErr.takeError();
381 return IndexOrErr.takeError();
393 return SymsOrErr.takeError();
607 return SecOrErr.takeError();
633 return TableOrErr.takeError();
651 return V.takeError();
668 return SectionsOrErr.takeError();
[all...]
H A DELFObjectFile.h311 report_fatal_error(errorToErrorCode(RelSecOrErr.takeError()).message());
372 return SectionsOrErr.takeError();
379 return ErrorOrContents.takeError();
408 report_fatal_error(errorToErrorCode(Ret.takeError()).message());
462 return SymTabOrErr.takeError();
466 return StrTabOrErr.takeError();
470 return SymStrTabOrErr.takeError();
478 consumeError(Name.takeError());
522 return SymbolValueOrErr.takeError();
536 return SymTabOrErr.takeError();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h65 consumeError(PageSize.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp72 ErrHandler(toString(ObjOrErr.takeError()));
H A DMinidumpYAML.cpp470 return ExpectedExceptionStream.takeError();
474 return ExpectedThreadContext.takeError();
482 return ExpectedList.takeError();
487 return ExpectedList.takeError();
492 return ExpectedContent.takeError();
500 return ExpectedList.takeError();
505 return ExpectedName.takeError();
508 return ExpectedCv.takeError();
511 return ExpectedMisc.takeError();
523 return ExpectedInfo.takeError();
[all...]
H A DCodeViewYAMLDebugSections.cpp545 return ExpectedString.takeError();
573 return ConvertedCS.takeError();
593 return EF.takeError();
629 return ExpF.takeError();
637 return ExpF2.takeError();
663 return ExpectedStr.takeError();
682 S.takeError());
729 ES.takeError());
803 return Result.takeError();
814 return Result.takeError();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp142 return cursor.takeError();
198 ~ClearCursorError() { consumeError(cursor.takeError()); }
211 return cursor.takeError();
232 return cursor.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp53 return NameOrErr.takeError();
58 return E.takeError();
167 return SymbolTypeOrErr.takeError();
173 return SymbolAddressOrErr.takeError();
193 return SymbolNameOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp408 return DataOrErr.takeError();
540 if (Error Err = OldIsDummyExpected.takeError())
546 if (Error Err = NewIsDummyExpected.takeError())
747 if (Error E = ReaderExpected.takeError())
763 if (auto E = NextOrErr.takeError())
868 return NameOrErr.takeError();
885 return ObjectFileOrErr.takeError();
908 if (auto E = NamesSection.takeError())
913 if (auto E = CoverageSection.takeError())
920 return CoverageMappingOrErr.takeError();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp309 llvm::toString(HeaderReplacements.takeError()));
315 llvm::toString(Replaces.takeError()));
331 llvm::toString(CleanReplaces.takeError()));
340 llvm::toString(ChangedCode.takeError()));
351 llvm::toString(ChangedCode.takeError()));
364 llvm::toString(ChangedCode.takeError()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp414 return MaybeWord.takeError();
527 return MaybeSize.takeError();
553 return MaybeType.takeError();
565 return H.takeError();
570 return MaybeCode.takeError();
576 return MaybeBlockID.takeError();
581 return MaybeNewBlockInfo.takeError();
599 return MaybeCode.takeError();
605 return MaybeBlockID.takeError();
745 return MaybeNewBlockInfo.takeError();
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp115 error_ptr->SetError(Status(thread.takeError()));
117 llvm::consumeError(thread.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp82 llvm::fmt_consume(io_redirect_or_error.takeError()));
84 llvm::consumeError(io_redirect_or_error.takeError());

Completed in 242 milliseconds

1234567891011>>