Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function 149 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main() 153 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main() 157 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main() 162 exitWithErrorCode(EC, OutputFilename); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 112 exitWithErrorCode(EC, Whence); in warnOrExitGivenError() 360 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile() 843 exitWithErrorCode(std::move(EC)); in mergeSampleProfile() 887 exitWithErrorCode(EC, Filename); in addWeightedInput() 1971 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 1976 exitWithErrorCode(EC, TestFilename); in loadProfiles() 1982 exitWithErrorCode(EC, BaseFilename); in loadProfiles() 2015 exitWithErrorCode(EC); in overlapSampleProfile() 2063 exitWithErrorCode(EC, Output); in overlap_main() 2497 exitWithErrorCode(EC, Filename); in showSampleProfile() [all …]
|