| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVISAInfo.cpp | 320 static Error getError(const Twine &Message) { in getError() function 326 return getError("unsupported standard user-level extension '" + ExtName + in getErrorForInvalidExt() 329 return getError("unsupported " + getExtensionTypeDesc(ExtName) + " '" + in getErrorForInvalidExt() 355 return getError("minor version number missing after 'p' for extension '" + in getExtensionVersion() 361 return getError("Failed to parse major version number for extension '" + in getExtensionVersion() 365 return getError("Failed to parse minor version number for extension '" + in getExtensionVersion() 377 return getError( in getExtensionVersion() 383 return getError("requires '-menable-experimental-extensions' " in getExtensionVersion() 389 return getError( in getExtensionVersion() 402 return getError(Error); in getExtensionVersion() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 536 if (std::error_code EC = Idx.getError()) in readStringIndex() 546 if (std::error_code EC = Idx.getError()) in readStringFromTable() 556 if (std::error_code EC = ContextIdx.getError()) in readContextFromTable() 571 if (std::error_code EC = FContext.getError()) in readSampleContextFromTable() 576 if (std::error_code EC = FName.getError()) in readSampleContextFromTable() 597 if (std::error_code EC = NumSamples.getError()) in readProfile() 603 if (std::error_code EC = NumRecords.getError()) in readProfile() 608 if (std::error_code EC = LineOffset.getError()) in readProfile() 616 if (std::error_code EC = Discriminator.getError()) in readProfile() 620 if (std::error_code EC = NumSamples.getError()) in readProfile() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 23 return MaybeFile.getError(); in readFile() 28 return MaybeStat.getError(); in readFile() 33 return MaybeBuffer.getError(); in readFile() 122 if (Entry->getError()) { in getOutOfDateEntries() 236 return RealPath.getError(); in getOrEmplaceRealPathForFilename() 288 getOrEmplaceSharedEntryForFilename(FilenameForLookup, Stat.getError()); in computeAndStoreResult() 304 TEntry.getError()); in computeAndStoreResult() 316 return FilenameForLookup.getError(); in getOrCreateFileSystemEntry() 323 return MaybeEntry.getError(); in getOrCreateFileSystemEntry() 337 return Result.getError(); in status() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 49 RetCode = StatusOrErr.getError(); in get() 66 RetCode = OwnedFile.getError(); in get() 79 RetCode = StatusOrErr.getError(); in get()
|
| H A D | FileManager.cpp | 165 return llvm::errorCodeToError(SeenDirInsertResult.first->second.getError()); in getDirectoryRef() 209 SeenFileInsertResult.first->second.getError()); in getFileRef() 354 return llvm::errorCodeToError(ContentOrError.getError()); in getSTDIN() 595 return S.getError(); in getNoncachedStatValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | Support.cpp | 20 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile() 30 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()
|
| /freebsd/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() 267 return Err.getError() == Code;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 151 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main() 156 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main() 161 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFDataExtractorSimple.h | 51 return getRelocatedValue(Size, &getOffset(C), SectionIndex, &getError(C)); 61 &getError(C)); 102 return getInitialLength(&getOffset(C), &getError(C)); in getInitialLength()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | GetDylibInterface.cpp | 32 return createFileError(Path, Buf.getError()); in getDylibInterfaceFromDylib() 83 return createFileError(Path, TapiFileBuffer.getError()); in getDylibInterfaceFromTapiFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 123 return F.getError(); in getBufferForFile() 134 return WorkingDir.getError(); in makeAbsolute() 157 return StatusA.getError(); in equivalent() 160 return StatusB.getError(); in equivalent() 352 return WD->getError(); in getCurrentWorkingDirectory() 457 if (Status || Status.getError() != llvm::errc::no_such_file_or_directory) in status() 477 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in openFileForRead() 1084 return Node.getError(); in status() 1091 return Node.getError(); in openFileForRead() 1161 EC = Node.getError(); in dir_begin() [all …]
|
| H A D | Caching.cpp | 61 EC = MBOrErr.getError(); in localCache() 105 std::error_code EC = MBOrErr.getError(); 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/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/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/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/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 182 if (auto ec = e.getError()) in check() 202 if (auto ec = e.getError()) in check2()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 65 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/contrib/llvm-project/lldb/source/Host/aix/ |
| H A D | Support.cpp | 22 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 226 Message = LLIPath.getError().message() + "\n"; in createLLI() 385 "' in PATH: " + Path.getError().message() + "\n"; in lexCommand() 508 Message = LLCPath.getError().message() + "\n"; in createLLC() 590 Message = LLIPath.getError().message() + "\n"; in createJIT() 836 CCPath.getError().message() + "\n"; in create() 845 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/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 336 static BitstreamEntry getError() { in getError() function 421 return BitstreamEntry::getError(); 431 return BitstreamEntry::getError();
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 106 std::error_code getError() const { return MaybeStat.getError(); } in getError() function 346 return Entry.getError(); in unwrapError()
|
| /freebsd/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()
|