Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp423 if (std::error_code EC = Idx.getError()) in readStringIndex()
432 if (std::error_code EC = Idx.getError()) in readStringFromTable()
444 if (std::error_code EC = Idx.getError()) in readStringFromTable()
454 if (std::error_code EC = FID.getError()) in readStringFromTable()
468 if (std::error_code EC = Idx.getError()) in readStringFromTable()
477 if (std::error_code EC = NumSamples.getError()) in readProfile()
483 if (std::error_code EC = NumRecords.getError()) in readProfile()
488 if (std::error_code EC = LineOffset.getError()) in readProfile()
496 if (std::error_code EC = Discriminator.getError()) in readProfile()
500 if (std::error_code EC = NumSamples.getError()) in readProfile()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
180 return MaybeStatus.getError(); in getOrCreateFileSystemEntry()
182 CacheEntry = CachedFileSystemEntry(MaybeStatus.getError()); in getOrCreateFileSystemEntry()
206 return Result.getError(); in status()
249 return Contents.getError(); in create()
269 return Result.getError(); in openFileForRead()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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));
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp138 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()
142 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()
146 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp119 return F.getError(); in getBufferForFile()
130 return WorkingDir.getError(); in makeAbsolute()
404 if (Status || Status.getError() != llvm::errc::no_such_file_or_directory) in status()
415 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in openFileForRead()
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()
1212 if (shouldFallBackToExternalFS(S.getError(), Result->E)) in dir_begin()
[all …]
H A DFileUtilities.cpp187 if (std::error_code EC = F1OrErr.getError()) { in DiffFilesWithTolerance()
195 if (std::error_code EC = F2OrErr.getError()) { in DiffFilesWithTolerance()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp66 if (ModuleOrErr.getError()) { in LLVMParseBitcodeInContext2()
115 if (ModuleOrErr.getError()) { in LLVMGetBitcodeModuleInContext2()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
H A DReproducer.cpp55 EC = Buffer.getError(); in ReproducerUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp56 EC = MBOrErr.getError(); in localCache()
98 MBOrErr.getError().message() + "\n"); in localCache()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h318 static BitstreamEntry getError() { in getError() function
403 return BitstreamEntry::getError();
413 return BitstreamEntry::getError();
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/not/
H A Dnot.cpp52 << "' in PATH: " << Program.getError().message() << "\n"; in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h37 if (std::error_code ec = Buffer.getError()) { in getConfiguration()
/netbsd-src/external/apache2/llvm/dist/clang/tools/apinotes-test/
H A DAPINotesTest.cpp45 if (std::error_code EC = NotesOrError.getError()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp47 return createFileError(File, LinkTargetOrErr.getError()); in createGnuDebugLinkSectionContents()
238 return createFileError(FileName, errorCodeToError(BufOrErr.getError())); in handleArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp176 Res.getError(); in readMetaBlock()
228 Res.getError(); in readDiagnosticBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp32 std::error_code EC = BufferOrErr.getError(); in ReplayInlineAdvisor()

123456