Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp342 if (std::error_code EC = Idx.getError()) in readStringIndex()
351 if (std::error_code EC = Idx.getError()) in readStringFromTable()
359 if (std::error_code EC = Idx.getError()) in readStringFromTable()
448 if (std::error_code EC = FName.getError()) in readFuncProfile()
502 if (std::error_code EC = Size.getError()) in readNameTable()
507 if (std::error_code EC = Name.getError()) in readNameTable()
517 if (std::error_code EC = Size.getError()) in readNameTable()
522 if (std::error_code EC = FID.getError()) in readNameTable()
535 if (std::error_code EC = Magic.getError()) in readHeader()
574 if (std::error_code EC = Size.getError()) in readFuncOffsetTable()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrorOr.h160 std::error_code getError() const { in getError() function
186 new (getErrorStorage()) std::error_code(Other.getError()); in copyConstruct()
218 new (getErrorStorage()) std::error_code(Other.getError()); in moveConstruct()
274 return Err.getError() == Code;
/freebsd-12.1/contrib/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp138 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()
142 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()
146 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h290 static BitstreamEntry getError() { in getError() function
373 return BitstreamEntry::getError();
379 return BitstreamEntry::getError();
409 return BitstreamEntry::getError();
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DErrorHandler.h128 if (auto EC = E.getError()) in check()
141 if (auto EC = E.getError()) in check2()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp118 return F.getError(); in getBufferForFile()
129 return WorkingDir.getError(); in makeAbsolute()
821 return Node.getError(); in status()
828 return Node.getError(); in openFileForRead()
893 EC = Node.getError(); in dir_begin()
1010 EC = E.getError(); in dir_begin()
1017 EC = S.getError(); in dir_begin()
1664 return Result.getError(); in status()
1702 return E.getError(); in openFileForRead()
1715 return ExternalStatus.getError(); in openFileForRead()
[all …]
H A DFileUtilities.cpp184 if (std::error_code EC = F1OrErr.getError()) { in DiffFilesWithTolerance()
192 if (std::error_code EC = F2OrErr.getError()) { in DiffFilesWithTolerance()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DParser.cpp61 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFile()
91 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFileWithIndex()
139 if (std::error_code EC = FileOrErr.getError()) { in parseSummaryIndexAssemblyFile()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp67 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2()
116 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
/freebsd-12.1/contrib/llvm/lib/IRReader/
H A DIRReader.cpp59 if (std::error_code EC = FileOrErr.getError()) { in getLazyIRFileModule()
102 if (std::error_code EC = FileOrErr.getError()) { in parseIRFile()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DCaching.cpp56 EC = MBOrErr.getError(); in localCache()
96 MBOrErr.getError().message() + "\n"); in localCache()
H A DLTOModule.cpp114 if (std::error_code EC = BufferOrErr.getError()) { in createFromFile()
135 if (std::error_code EC = BufferOrErr.getError()) { in createFromOpenFileSlice()
197 if (std::error_code EC = MOrErr.getError()) in makeLTOModule()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A Dgcov.cpp49 if (std::error_code EC = GCNO_Buff.getError()) { in reportCoverage()
61 if (std::error_code EC = GCDA_Buff.getError()) { in reportCoverage()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp229 Message = LLIPath.getError().message() + "\n"; in createLLI()
392 "' in PATH: " + Path.getError().message() + "\n"; in lexCommand()
516 Message = LLCPath.getError().message() + "\n"; in createLLC()
600 Message = LLIPath.getError().message() + "\n"; in createJIT()
849 CCPath.getError().message() + "\n"; in create()
858 Path.getError().message() + "\n"; in create()
H A DOptimizerDriver.cpp174 errs() << Path.getError().message() << "\n"; in runPasses()
190 errs() << Path.getError().message() << "\n"; in runPasses()
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DErrorHolder.h45 std::string getError() noexcept { in getError() function
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp138 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
256 if (Error E = Reader->getError()) { in loadInput()
412 if (std::error_code EC = WriterOrErr.getError()) in mergeSampleProfile()
421 if (std::error_code EC = ReaderOrErr.getError()) in mergeSampleProfile()
471 exitWithErrorCode(BufOrError.getError(), InputFilenamesFile); in getInputFilenamesFileBuf()
800 exitWithError(Reader->getError(), Filename); in showInstrProfile()
863 if (std::error_code EC = ReaderOrErr.getError()) in showSampleProfile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp133 Res.getError(); in readMetaBlock()
175 Res.getError(); in readDiagnosticBlock()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp32 return errorCodeToError(ErrorOrBuffer.getError()); in loadDataForPDB()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp303 if (std::error_code EC = InputBuffer.getError()) in printLineInfoForInput()
433 if (std::error_code EC = InputBuffer.getError()) in executeInput()
492 if (std::error_code EC = CheckerFileBuf.getError()) in checkAllExpressions()
704 if (std::error_code EC = InputBuffer.getError()) in linkAndVerify()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h36 reportError(EO.getError().message()); in unwrapOrError()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DBinary.cpp93 if (std::error_code EC = FileOrErr.getError()) in createBinary()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DMain.cpp87 if (std::error_code EC = FileOrErr.getError()) in TableGenMain()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp122 if (std::error_code ec = mbOrErr.getError()) in loadFile()
126 if (std::error_code ec = fileOrErr.getError()) in loadFile()
174 if (std::error_code ec = mb.getError()) in parseExportsList()
204 if (std::error_code ec = mb.getError()) in parseOrderFile()
263 if (std::error_code ec = mb.getError()) in loadFileList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 const std::string &getError() const { return Error; } in getError() function

12345