Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 171) sorted by relevance

1234567

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp519 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 DDependencyScanningFilesystem.cpp24 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 DSupport.cpp22 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 DFileSystemStatCache.cpp49 RetCode = StatusOrErr.getError(); in get()
65 RetCode = OwnedFile.getError(); in get()
78 RetCode = StatusOrErr.getError(); in get()
H A DFileManager.cpp147 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 DDWARFDataExtractor.h57 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 DErrorOr.h153 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 Dllvm-tapi-diff.cpp38 if (BufferOrErr.getError()) in convertFileToBinary()
39 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp149 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 DBitReader.cpp65 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2()
114 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
/openbsd-src/gnu/llvm/llvm/lib/IRReader/
H A DIRReader.cpp59 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 DErrorHandler.h163 if (auto ec = e.getError()) in check()
183 if (auto ec = e.getError()) in check2()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp122 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 DCaching.cpp61 EC = MBOrErr.getError(); in localCache()
106 MBOrErr.getError().message() + "\n"); in localCache()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h105 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 DBinaryHolder.cpp53 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 DParser.cpp64 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 Dnot.cpp52 << "' in PATH: " << Program.getError().message() << "\n"; in main()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp228 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 DBitstreamReader.h336 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 DClangOffloadPackager.cpp91 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 DYaml.h38 if (std::error_code ec = Buffer.getError()) { in getConfiguration()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A Dgcov.cpp51 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 DAPINotesTest.cpp45 if (std::error_code EC = NotesOrError.getError()) { in main()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp25 cpu_info_or_err.getError(); in GetProcfsCpuInfo()

1234567