Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 73 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function 138 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main() 142 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main() 146 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main() 151 exitWithErrorCode(EC, OutputFilename); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 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() 506 exitWithErrorCode(EC, Filename); in addWeightedInput() 864 exitWithErrorCode(EC, Filename); in showSampleProfile() 868 exitWithErrorCode(EC, Filename); in showSampleProfile() [all …]
|