Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp438 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 DDependencyScanningFilesystem.cpp24 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 DFileSystemStatCache.cpp49 RetCode = StatusOrErr.getError(); in get()
65 RetCode = OwnedFile.getError(); in get()
78 RetCode = StatusOrErr.getError(); in get()
H A DFileManager.cpp146 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 DDWARFDataExtractor.h57 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 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;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp47 if (BufferOrErr.getError()) in convertFileToBinary()
48 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp119 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 DFileUtilities.cpp187 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 DFileSystem.cpp64 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 DBitReader.cpp66 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2()
115 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp235 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 DIRReader.cpp58 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 DErrorHandler.h150 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 DCaching.cpp56 EC = MBOrErr.getError(); in localCache()
98 MBOrErr.getError().message() + "\n"); in localCache()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp66 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 DYaml.h37 if (std::error_code ec = Buffer.getError()) { in getConfiguration()
/freebsd-13.1/contrib/llvm-project/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()
H A DOptimizerDriver.cpp172 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 DBitstreamReader.h318 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 Dgcov.cpp51 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 DReplayInlineAdvisor.cpp32 std::error_code EC = BufferOrErr.getError(); in ReplayInlineAdvisor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp125 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 DSerializedDiagnosticReader.cpp176 Res.getError(); in readMetaBlock()
228 Res.getError(); in readDiagnosticBlock()

123456