| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 513 if (std::error_code EC = Idx.getError()) in readStringIndex() 523 if (std::error_code EC = Idx.getError()) in readStringFromTable() 553 if (std::error_code EC = FName.getError()) in readSampleContextFromTable() 810 if (std::error_code EC = Size.getError()) in readFuncOffsetTable() 1049 if (std::error_code EC = Size.getError()) in readNameTable() 1072 if (std::error_code EC = Name.getError()) in readNameTable() 1149 if (std::error_code EC = Size.getError()) in readCSNameTableSec() 1271 if (std::error_code EC = Type.getError()) in readSecHdrTableEntry() 1276 if (std::error_code EC = Flags.getError()) in readSecHdrTableEntry() 1286 if (std::error_code EC = Size.getError()) in readSecHdrTableEntry() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 24 return MaybeFile.getError(); in readFile() 29 return MaybeStat.getError(); in readFile() 34 return MaybeBuffer.getError(); in readFile() 234 return Stat.getError(); in computeAndStoreResult() 236 getOrEmplaceSharedEntryForFilename(FilenameForLookup, Stat.getError()); in computeAndStoreResult() 252 TEntry.getError()); in computeAndStoreResult() 266 return WorkingDirForCacheLookup.getError(); in getOrCreateFileSystemEntry() 282 return MaybeEntry.getError(); in getOrCreateFileSystemEntry() 298 return Result.getError(); in status() 358 return Result.getError(); in openFileForRead() [all …]
|
| /freebsd-14.2/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 | 147 return llvm::errorCodeToError(SeenDirInsertResult.first->second.getError()); in getDirectoryRef() 215 SeenFileInsertResult.first->second.getError()); in getFileRef() 380 return llvm::errorCodeToError(ContentOrError.getError()); in getSTDIN() 609 return S.getError(); in getNoncachedStatValue()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 152 std::error_code getError() const { in getError() function 178 new (getErrorStorage()) std::error_code(Other.getError()); in copyConstruct() 210 new (getErrorStorage()) std::error_code(Other.getError()); in moveConstruct() 266 return Err.getError() == Code;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
| H A D | ObjectFileJSON.cpp | 75 LLDB_LOG_ERROR(log, root.getError(), in CreateInstance() 87 LLDB_LOG_ERROR(log, root.getError(), in CreateInstance() 133 LLDB_LOG_ERROR(log, root.getError(), in GetModuleSpecifications()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 65 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2() 114 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 59 if (std::error_code EC = FileOrErr.getError()) { in getLazyIRFileModule() 99 if (std::error_code EC = FileOrErr.getError()) { in parseIRFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 123 return F.getError(); in getBufferForFile() 134 return WorkingDir.getError(); in makeAbsolute() 330 return WD->getError(); in getCurrentWorkingDirectory() 1047 return Node.getError(); in status() 1054 return Node.getError(); in openFileForRead() 1124 EC = Node.getError(); in dir_begin() 1417 EC = Result.getError(); in dir_begin() 1428 EC = S.getError(); in dir_begin() 2397 return Result.getError(); in status() 2479 return Result.getError(); in openFileForRead() [all …]
|
| H A D | Caching.cpp | 61 EC = MBOrErr.getError(); in localCache() 106 MBOrErr.getError().message() + "\n"); in localCache()
|
| H A D | FileUtilities.cpp | 185 if (std::error_code EC = F1OrErr.getError()) { in DiffFilesWithTolerance() 193 if (std::error_code EC = F2OrErr.getError()) { in DiffFilesWithTolerance()
|
| /freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 163 if (auto ec = e.getError()) in check() 183 if (auto ec = e.getError()) in check2()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 64 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFile() 107 if (std::error_code EC = FileOrErr.getError()) { in parseAssemblyFileWithIndex() 172 if (std::error_code EC = FileOrErr.getError()) { in parseSummaryIndexAssemblyFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 105 std::error_code getError() const { return MaybeStat.getError(); } in getError() function 262 return Entry.getError(); in unwrapError()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtilHelpers.cpp | 21 if (auto ErrorCode = MaybeBuf.getError()) in getInputMemoryBuffer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Yaml.h | 38 if (Buffer.getError()) { in getConfiguration()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 335 static BitstreamEntry getError() { in getError() function 420 return BitstreamEntry::getError(); 430 return BitstreamEntry::getError();
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 49 if (std::error_code EC = GCNO_Buff.getError()) { in reportCoverage() 62 if (std::error_code EC = GCDA_Buff.getError()) { in reportCoverage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 100 if (std::error_code EC = MB.getError()) { in openFile() 134 fatalOpenError(errorCodeToError(MaybeBuf.getError()), Arg->getValue()); in doList() 450 fatalOpenError(errorCodeToError(MOrErr.getError()), Path); in libDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 176 Res.getError(); in readMetaBlock() 228 Res.getError(); in readDiagnosticBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 337 return createFileError(Filename, BufOrErr.getError()); in addSymbolsFromFile() 360 return createFileError(Filename, BufOrErr.getError()); in addSymbolsToRenameFromFile() 531 errorCodeToError(BufOrErr.getError())); in loadNewSectionData() 730 return createFileError(Config.AddGnuDebugLink, DebugOrErr.getError()); in parseObjcopyOptions() 749 return createStringError(Val.getError(), "--gap-fill: bad number: %s", in parseObjcopyOptions() 766 return createStringError(Addr.getError(), "--pad-to: bad number: %s", in parseObjcopyOptions() 986 EAddr.getError(), "bad entry point address: '%s'", Arg->getValue()); in parseObjcopyOptions() 992 return createStringError(EIncr.getError(), in parseObjcopyOptions()
|