| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 342 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 D | ErrorOr.h | 160 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 D | llvm-cxxmap.cpp | 138 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 D | BitstreamReader.h | 290 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 D | ErrorHandler.h | 128 if (auto EC = E.getError()) in check() 141 if (auto EC = E.getError()) in check2()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 118 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 D | FileUtilities.cpp | 184 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 D | Parser.cpp | 61 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 D | BitReader.cpp | 67 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2() 116 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
|
| /freebsd-12.1/contrib/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 59 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 D | Caching.cpp | 56 EC = MBOrErr.getError(); in localCache() 96 MBOrErr.getError().message() + "\n"); in localCache()
|
| H A D | LTOModule.cpp | 114 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 D | gcov.cpp | 49 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 D | ToolRunner.cpp | 229 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 D | OptimizerDriver.cpp | 174 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 D | ErrorHolder.h | 45 std::string getError() noexcept { in getError() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 138 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 D | SerializedDiagnosticReader.cpp | 133 Res.getError(); in readMetaBlock() 175 Res.getError(); in readDiagnosticBlock()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 32 return errorCodeToError(ErrorOrBuffer.getError()); in loadDataForPDB()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 303 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 D | llvm-readobj.h | 36 reportError(EO.getError().message()); in unwrapOrError()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | Binary.cpp | 93 if (std::error_code EC = FileOrErr.getError()) in createBinary()
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Main.cpp | 87 if (std::error_code EC = FileOrErr.getError()) in TableGenMain()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 122 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 D | AtomicChange.h | 80 const std::string &getError() const { return Error; } in getError() function
|