Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cxxmap/
Dllvm-cxxmap.cpp72 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
137 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()
141 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()
145 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
150 exitWithErrorCode(EC, OutputFilename); in main()
/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/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp84 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
96 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
149 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
301 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
536 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
539 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
602 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
707 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
742 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
759 exitWithErrorCode(EC, Filename); in addWeightedInput()
[all …]