Lines Matching refs:exitWithErrorCode
100 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
112 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
165 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
360 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
627 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
630 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
694 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
834 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
843 exitWithErrorCode(std::move(EC)); in mergeSampleProfile()
870 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
887 exitWithErrorCode(EC, Filename); in addWeightedInput()
1971 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1976 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1982 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1984 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2015 exitWithErrorCode(EC); in overlapSampleProfile()
2063 exitWithErrorCode(EC, Output); in overlap_main()
2497 exitWithErrorCode(EC, Filename); in showSampleProfile()
2506 exitWithErrorCode(EC, Filename); in showSampleProfile()
2666 exitWithErrorCode(EC, OutputFilename); in show_main()