Lines Matching refs:exitWithErrorCode
93 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
105 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
158 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
313 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
567 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
570 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
634 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
768 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
777 exitWithErrorCode(std::move(EC)); in mergeSampleProfile()
804 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
821 exitWithErrorCode(EC, Filename); in addWeightedInput()
1890 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1895 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1901 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1903 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1943 exitWithErrorCode(EC); in overlapSampleProfile()
1991 exitWithErrorCode(EC, Output); in overlap_main()
2415 exitWithErrorCode(EC, Filename); in showSampleProfile()
2424 exitWithErrorCode(EC, Filename); in showSampleProfile()
2523 exitWithErrorCode(EC, OutputFilename); in show_main()