Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/bolt/tools/driver/
H A Dllvm-bolt.cpp89 static void report_error(StringRef Message, Error E) { in report_error() function
215 report_error(opts::InputFilename, std::move(E)); in main()
222 report_error(opts::InputFilename, std::move(E)); in main()
233 report_error(opts::PerfData, std::move(E)); in main()
245 report_error(opts::InputFilename, std::move(E)); in main()
250 report_error(opts::InputFilename, std::move(E)); in main()
271 report_error(opts::InputFilename, std::move(E)); in main()
273 report_error(opts::InputFilename2, std::move(E)); in main()
281 report_error(opts::InputFilename, std::move(E)); in main()
288 report_error(opts::InputFilename2, std::move(E)); in main()
[all …]
/llvm-project-15.0.7/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp97 report_error(opts::OutputFilePath, EC); in output()
190 report_error(BF.Name, "bad successor index"); in mergeBasicBlockProfile()
214 report_error(BF.Name, "ID mismatch"); in mergeFunctionProfile()
216 report_error(BF.Name, "hash mismatch"); in mergeFunctionProfile()
250 report_error(Filename, EC); in isYAML()
268 report_error(Filename, EC); in mergeLegacyProfiles()
275 report_error( in mergeLegacyProfiles()
282 report_error( in mergeLegacyProfiles()
331 report_error(InputDataFilename, in main()
343 report_error(InputDataFilename, EC); in main()
[all …]
/llvm-project-15.0.7/bolt/tools/heatmap/
H A Dheatmap.cpp29 static void report_error(StringRef Message, std::error_code EC) { in report_error() function
35 static void report_error(StringRef Message, Error E) { in report_error() function
64 report_error(opts::InputFilename, errc::no_such_file_or_directory); in main()
84 report_error(opts::InputFilename, std::move(E)); in main()
91 report_error("RewriteInstance", std::move(E)); in main()
95 report_error(opts::PerfData, std::move(E)); in main()
98 report_error(opts::InputFilename, std::move(E)); in main()
100 report_error(opts::InputFilename, object_error::invalid_file_type); in main()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp22 void report_error(StringRef Message, std::error_code EC) { in report_error() function
28 void report_error(StringRef Message, Error E) { in report_error() function
38 report_error(Message, EC); in check_error()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DUtils.h30 void report_error(StringRef Message, std::error_code EC);
32 void report_error(StringRef Message, Error E);
/llvm-project-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h677 report_error(o); in report()
681 report_error(o); in report()
686 report_error(o); in report()
690 report_error(o); in report()
761 void report_error(test_outcome o) const in report_error() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp133 report_error("cannot pre-process profile", std::move(E)); in preprocessProfileData()
140 report_error("cannot read profile pre-CFG", std::move(E)); in processProfileDataPreCFG()
147 report_error("cannot read profile", std::move(E)); in processProfileData()
410 report_error( in mapCodeSections()
H A DRewriteInstance.cpp1643 report_error("expected valid eh_frame section", EHFrameOrError.takeError()); in readSpecialSections()
1974 report_error("unable to find section corresponding to DT_JMPREL", in processDynamicRelocations()
1977 report_error("section size mismatch for DT_PLTRELSZ", in processDynamicRelocations()
1988 report_error("unable to find section corresponding to DT_RELA", in processDynamicRelocations()
1991 report_error("section size mismatch for DT_RELASZ", in processDynamicRelocations()
2806 report_error("cannot pre-process profile", std::move(E)); in preprocessProfileData()
2827 report_error("cannot read profile pre-CFG", std::move(E)); in processProfileDataPreCFG()
2838 report_error("cannot read profile", std::move(E)); in processProfileData()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp37 report_error(Filename, EC); in isYAML()
H A DDataAggregator.cpp616 report_error("cannot create output data file", EC); in readProfile()