Searched refs:takeError (Results 326 - 350 of 417) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp227 reportError(ATypeOrErr.takeError(), A.getObject()->getFileName());
231 reportError(BTypeOrErr.takeError(), B.getObject()->getFileName());
483 consumeError(NameOrErr.takeError());
1528 consumeError(SectNameOrErr.takeError());
1745 consumeError(SecNameOrErr.takeError());
1850 consumeError(SecNameOrErr.takeError());
1951 consumeError(NameOrErr.takeError());
2265 consumeError(NameOrErr.takeError());
2322 if (Error E = isNotObjectErrorInvalidFileType(BinaryOrErr.takeError()))
2341 if (Error E = isNotObjectErrorInvalidFileType(ChildOrErr.takeError()))
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp171 LLDB_LOG_ERROR(log, line_table.takeError(),
494 LLDB_LOG_ERROR(log, index_or.takeError(),
767 if (auto err = type_system_or_err.takeError()) {
1859 LLDB_LOG_ERROR(log, aranges.takeError(),
2063 if (auto err = type_system_or_err.takeError()) {
2840 if (auto err = type_system_or_err.takeError()) {
2939 if (auto err = type_system_or_err.takeError()) {
3924 if (auto err = type_system_or_err.takeError()) {
H A DDWARFDebugInfoEntry.cpp218 toString(expected_ranges.takeError()).c_str());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp368 consumeError(ExpectedProgram.takeError());
387 consumeError(ExpectedProgram.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp477 if (Error E = Result.takeError())
494 if (Error E = FileKind.takeError())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp43 consumeError(ETI.takeError());
237 return MaybeHash.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp225 Error takeError() { function in class:llvm::json::__anon3795::Parser
517 return P.takeError();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp739 llvm::toString(expected_vector.takeError()));
2220 type_system_or_err.takeError(),
2235 if (auto err = type_system_or_err.takeError()) {
2252 if (auto err = type_system_or_err.takeError()) {
2275 if (auto err = type_system_or_err.takeError()) {
2299 if (auto err = type_system_or_err.takeError()) {
2402 if (auto err = type_system_or_err.takeError()) {
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp922 return eName.takeError();
930 return eName.takeError();
987 return tuOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp247 if (auto e = hash.takeError())
653 consumeError(expectedString.takeError());
848 warnUnusable(source->file, r.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp206 if (Error E = ReaderOrErr.takeError()) {
235 if (Error E = ReaderOrErr.takeError()) {
852 if (Error E = ReaderOrErr.takeError())
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp501 error("--reproduce: " + toString(errOrWriter.takeError()));
1091 error(errPrefix + toString(pat.takeError()));
1216 error(arg->getSpelling() + ": " + toString(pat.takeError()));
1534 error("--undefined-glob: " + toString(pat.takeError()));
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DWriter.cpp475 llvm::toString(bufferOrErr.takeError()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp528 llvm::consumeError(type_system_or_err.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp278 llvm::consumeError(mode.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp228 llvm::consumeError(module_list.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h269 return IS.takeError();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp286 handleAllErrors(CTUDeclOrError.takeError(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp337 return Merged.takeError();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp475 << llvm::toString(AbsPath.takeError()) << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp162 return C.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp78 LookupContinuation->run(Result.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp608 return DescOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp607 return Name.takeError();
H A DRelocationResolver.cpp20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) {

Completed in 515 milliseconds

<<11121314151617