Lines Matching refs:exitWithErrorCode
82 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
138 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
297 exitWithErrorCode(EC, OutputFilename); in mergeInstrProfile()
413 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
422 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
431 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
471 exitWithErrorCode(BufOrError.getError(), InputFilenamesFile); in getInputFilenamesFileBuf()
489 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
506 exitWithErrorCode(EC, Filename); in addWeightedInput()
864 exitWithErrorCode(EC, Filename); in showSampleProfile()
868 exitWithErrorCode(EC, Filename); in showSampleProfile()
933 exitWithErrorCode(EC, OutputFilename); in show_main()