Lines Matching refs:exitWithErrorCode
468 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
475 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
528 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
833 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
1321 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1324 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1387 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
1532 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
1544 exitWithErrorCode(std::move(EC)); in mergeSampleProfile()
1571 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
1588 exitWithErrorCode(EC, Filename); in addWeightedInput()
2556 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2561 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2567 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2569 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2600 exitWithErrorCode(EC); in overlapSampleProfile()
2617 exitWithErrorCode(EC, OutputFilename); in overlap_main()
3075 exitWithErrorCode(EC, Filename); in showSampleProfile()
3084 exitWithErrorCode(EC, Filename); in showSampleProfile()
3191 exitWithErrorCode(EC, OutputFilename); in show_main()
3210 exitWithErrorCode(EC, OutputFilename); in order_main()