Home
last modified time | relevance | path

Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp66 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
132 exitWithErrorCode(EC, OutputFilename); in mergeInstrProfile()
175 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
184 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
193 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
220 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in parseWeightedFile()
233 exitWithErrorCode(BufOrError.getError(), InputFilenamesFile); in getInputFilenamesFileBuf()
450 exitWithErrorCode(EC, Filename); in showSampleProfile()
454 exitWithErrorCode(EC, Filename); in showSampleProfile()
505 exitWithErrorCode(EC, OutputFilename); in show_main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp82 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
252 exitWithErrorCode(EC, OutputFilename); in mergeInstrProfile()
336 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
345 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
354 exitWithErrorCode(EC, Input.Filename); in mergeSampleProfile()
390 exitWithErrorCode(BufOrError.getError(), InputFilenamesFile); in getInputFilenamesFileBuf()
408 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
425 exitWithErrorCode(EC, Filename); in addWeightedInput()
738 exitWithErrorCode(EC, Filename); in showSampleProfile()
742 exitWithErrorCode(EC, Filename); in showSampleProfile()
[all …]