Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 84 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function 151 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main() 156 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main() 161 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main() 166 exitWithErrorCode(EC, OutputFilename); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 545 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function 552 exitWithErrorCode(EC, Whence); in warnOrExitGivenError() 605 exitWithErrorCode(BufOrError.getError(), InputFile); in create() 952 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile() 1465 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile() 1468 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile() 1532 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf() 1685 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile() 1697 exitWithErrorCode(EC); in mergeSampleProfile() 1727 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput() [all …]
|