| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 438 if (std::error_code EC = Idx.getError()) in readStringIndex() 447 if (std::error_code EC = Idx.getError()) in readStringFromTable() 459 if (std::error_code EC = Idx.getError()) in readStringFromTable() 469 if (std::error_code EC = FID.getError()) in readStringFromTable() 483 if (std::error_code EC = Idx.getError()) in readStringFromTable() 681 if (std::error_code EC = Size.getError()) in readFuncOffsetTable() 937 if (std::error_code EC = Size.getError()) in readNameTable() 952 if (std::error_code EC = Size.getError()) in readMD5NameTable() 1019 if (std::error_code EC = Size.getError()) in readNameTable() 1035 if (std::error_code EC = Type.getError()) in readSecHdrTableEntry() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 24 return MaybeFile.getError(); in createFileEntry() 27 return Stat.getError(); in createFileEntry() 33 return MaybeBuffer.getError(); in createFileEntry() 193 return MaybeStatus.getError(); in getOrCreateFileSystemEntry() 195 CacheEntry = CachedFileSystemEntry(MaybeStatus.getError()); in getOrCreateFileSystemEntry() 219 return Result.getError(); in status() 262 return Contents.getError(); in create() 282 return Result.getError(); in openFileForRead()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 49 RetCode = StatusOrErr.getError(); in get() 65 RetCode = OwnedFile.getError(); in get() 78 RetCode = StatusOrErr.getError(); in get()
|
| H A D | FileManager.cpp | 146 return llvm::errorCodeToError(SeenDirInsertResult.first->second.getError()); in getDirectoryRef() 213 SeenFileInsertResult.first->second.getError()); in getFileRef() 350 return llvm::errorCodeToError(ContentOrError.getError()); in getSTDIN() 578 return S.getError(); in getNoncachedStatValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 57 return getInitialLength(&getOffset(C), &getError(C)); in getInitialLength() 67 return getRelocatedValue(Size, &getOffset(C), SectionIndex, &getError(C)); 77 &getError(C));
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 153 std::error_code getError() const { in getError() function 179 new (getErrorStorage()) std::error_code(Other.getError()); in copyConstruct() 211 new (getErrorStorage()) std::error_code(Other.getError()); in moveConstruct() 267 return Err.getError() == Code;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 149 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main() 153 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main() 157 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | 47 if (BufferOrErr.getError()) in convertFileToBinary() 48 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 119 return F.getError(); in getBufferForFile() 130 return WorkingDir.getError(); in makeAbsolute() 886 return Node.getError(); in status() 893 return Node.getError(); in openFileForRead() 958 EC = Node.getError(); in dir_begin() 1170 return WorkingDir.getError(); in makeAbsolute() 1203 EC = Result.getError(); in dir_begin() 1214 EC = S.getError(); in dir_begin() 1971 return Result.getError(); in status() 2017 return Result.getError(); in openFileForRead() [all …]
|
| H A D | FileUtilities.cpp | 187 if (std::error_code EC = F1OrErr.getError()) { in DiffFilesWithTolerance() 195 if (std::error_code EC = F2OrErr.getError()) { in DiffFilesWithTolerance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 64 return llvm::errorCodeToError(buffer.getError()); in Initialize() 162 ec = status.getError(); in GetPermissions() 461 return errorCodeToError(path.getError()); in Open() 484 if (Result.getError() == llvm::errc::no_such_file_or_directory) { in GetExternalPath() 487 return Result.getError(); in GetExternalPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 66 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2() 115 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 235 if (auto err = error_or_file.getError()) in LoadIndex() 271 error_callback("unable to read files: " + buffer.getError().message()); in Verify() 344 "': " + status.getError().message()); in Verify() 353 return errorCodeToError(buffer.getError()); in addPaths()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 58 if (std::error_code EC = FileOrErr.getError()) { in getLazyIRFileModule() 96 if (std::error_code EC = FileOrErr.getError()) { in parseIRFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 150 if (auto ec = e.getError()) in check() 170 if (auto ec = e.getError()) in check2()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | Caching.cpp | 56 EC = MBOrErr.getError(); in localCache() 98 MBOrErr.getError().message() + "\n"); in localCache()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 66 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFile() 108 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFileWithIndex() 173 if (std::error_code EC = FileOrErr.getError()) { in parseSummaryIndexAssemblyFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Yaml.h | 37 if (std::error_code ec = Buffer.getError()) { in getConfiguration()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 228 Message = LLIPath.getError().message() + "\n"; in createLLI() 391 "' in PATH: " + Path.getError().message() + "\n"; in lexCommand() 515 Message = LLCPath.getError().message() + "\n"; in createLLC() 599 Message = LLIPath.getError().message() + "\n"; in createJIT() 848 CCPath.getError().message() + "\n"; in create() 857 Path.getError().message() + "\n"; in create()
|
| H A D | OptimizerDriver.cpp | 172 errs() << Path.getError().message() << "\n"; in runPasses() 188 errs() << Path.getError().message() << "\n"; in runPasses()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 318 static BitstreamEntry getError() { in getError() function 403 return BitstreamEntry::getError(); 413 return BitstreamEntry::getError();
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 51 if (std::error_code EC = GCNO_Buff.getError()) { in reportCoverage() 64 if (std::error_code EC = GCDA_Buff.getError()) { in reportCoverage()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 32 std::error_code EC = BufferOrErr.getError(); in ReplayInlineAdvisor()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 125 if (auto err = error_or_file.getError()) { in ReadFromYAML() 430 SetError(result, errorCodeToError(buffer.getError())); in DoExecute() 521 if (auto err = command_buffer.getError()) { in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 176 Res.getError(); in readMetaBlock() 228 Res.getError(); in readDiagnosticBlock()
|