Lines Matching refs:exitWithErrorCode
505 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
512 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
565 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
891 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
1379 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1382 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1446 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
1592 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
1604 exitWithErrorCode(EC); in mergeSampleProfile()
1631 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
1648 exitWithErrorCode(EC, Filename); in addWeightedInput()
2615 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2620 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2626 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
2628 exitWithErrorCode(EC, TestFilename); in loadProfiles()
2659 exitWithErrorCode(EC); in overlapSampleProfile()
2676 exitWithErrorCode(EC, OutputFilename); in overlap_main()
3150 exitWithErrorCode(EC, Filename); in showSampleProfile()
3159 exitWithErrorCode(EC, Filename); in showSampleProfile()
3267 exitWithErrorCode(EC, OutputFilename); in show_main()
3286 exitWithErrorCode(EC, OutputFilename); in order_main()