Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function
79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
80 exitWithError(toString(std::move(E)), Whence); in exitWithError()
84 exitWithError(EC.message(), Whence); in exitWithErrorCode()
94 exitWithError(std::move(E)); in remapSymbols()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp758 exitWithError(std::move(E)); in mergeWriterContexts()
800 exitWithError(Error); in filterFunctions()
802 exitWithError(Error); in filterFunctions()
1473 exitWithError( in mergeSampleProfile()
1641 exitWithError( in merge_main()
2571 exitWithError( in loadProfiles()
2702 exitWithError(std::move(E), Filename); in showInstrProfile()
2902 exitWithError(std::move(E), Filename); in showInstrProfile()
3093 exitWithError( in showSampleProfile()
3176 exitWithError( in show_main()
[all …]