Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 92 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function 104 exitWithErrorCode(EC, Whence); in warnOrExitGivenError() 157 exitWithErrorCode(BufOrError.getError(), InputFile); in create() 312 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile() 548 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile() 551 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile() 614 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf() 747 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile() 756 exitWithErrorCode(std::move(EC)); in mergeSampleProfile() 783 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput() [all …]
|