Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
149 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()
153 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()
157 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
162 exitWithErrorCode(EC, OutputFilename); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp105 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
313 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
777 exitWithErrorCode(std::move(EC)); in mergeSampleProfile()
821 exitWithErrorCode(EC, Filename); in addWeightedInput()
1890 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1895 exitWithErrorCode(EC, TestFilename); in loadProfiles()
1901 exitWithErrorCode(EC, BaseFilename); in loadProfiles()
1943 exitWithErrorCode(EC); in overlapSampleProfile()
1991 exitWithErrorCode(EC, Output); in overlap_main()
2415 exitWithErrorCode(EC, Filename); in showSampleProfile()
[all …]