| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 519 if (std::error_code EC = Idx.getError()) in readStringIndex() 528 if (std::error_code EC = Idx.getError()) in readStringFromTable() 536 if (std::error_code EC = FName.getError()) in readSampleContextFromTable() 547 if (std::error_code EC = Idx.getError()) in readStringFromTable() 557 if (std::error_code EC = FID.getError()) in readStringFromTable() 571 if (std::error_code EC = Idx.getError()) in readStringFromTable() 580 if (std::error_code EC = NumSamples.getError()) in readProfile() 586 if (std::error_code EC = NumRecords.getError()) in readProfile() 591 if (std::error_code EC = LineOffset.getError()) in readProfile() 599 if (std::error_code EC = Discriminator.getError()) in readProfile() [all …]
|
| /openbsd-src/gnu/llvm/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() 218 return Stat.getError(); in computeAndStoreResult() 220 getOrEmplaceSharedEntryForFilename(Filename, Stat.getError()); in computeAndStoreResult() 235 return &getOrEmplaceSharedEntryForFilename(Filename, TEntry.getError()); in computeAndStoreResult() 250 return MaybeEntry.getError(); in getOrCreateFileSystemEntry() 263 return Result.getError(); in status() 320 return Result.getError(); in openFileForRead()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
| H A D | Support.cpp | 22 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile() 32 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile() 42 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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));
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | 38 if (BufferOrErr.getError()) in convertFileToBinary() 39 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 65 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2() 114 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 122 return F.getError(); in getBufferForFile() 133 return WorkingDir.getError(); in makeAbsolute() 433 if (Status || Status.getError() != llvm::errc::no_such_file_or_directory) in status() 444 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in openFileForRead() 1045 return Node.getError(); in status() 1052 return Node.getError(); in openFileForRead() 1122 EC = Node.getError(); in dir_begin() 1356 return WorkingDir.getError(); in makeAbsolute() 1412 isFileNotFound(Result.getError())) in dir_begin() 1415 EC = Result.getError(); in dir_begin() [all …]
|
| H A D | Caching.cpp | 61 EC = MBOrErr.getError(); in localCache() 106 MBOrErr.getError().message() + "\n"); in localCache()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 105 std::error_code getError() const { return MaybeStat.getError(); } in getError() function 260 return Entry.getError(); in unwrapError()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | BinaryHolder.cpp | 53 if (auto Err = ErrOrBuff.getError()) in load() 96 if (auto Err = ErrOrBuff.getError()) in load() 102 return errorCodeToError(Stat.getError()); in load()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/utils/not/ |
| H A D | not.cpp | 52 << "' in PATH: " << Program.getError().message() << "\n"; in main()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 336 static BitstreamEntry getError() { in getError() function 421 return BitstreamEntry::getError(); 431 return BitstreamEntry::getError();
|
| /openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/ |
| H A D | ClangOffloadPackager.cpp | 91 if (std::error_code EC = ObjectOrErr.getError()) in bundleImages() 128 if (std::error_code EC = BufferOrErr.getError()) in unbundleImages()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Yaml.h | 38 if (std::error_code ec = Buffer.getError()) { in getConfiguration()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/tools/apinotes-test/ |
| H A D | APINotesTest.cpp | 45 if (std::error_code EC = NotesOrError.getError()) { in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | Procfs.cpp | 25 cpu_info_or_err.getError(); in GetProcfsCpuInfo()
|