Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp77 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
94 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode()
333 exitWithError("unknown format is specified"); in mergeInstrProfile()
396 exitWithError("no profile can be merged"); in mergeInstrProfile()
722 exitWithError( in mergeSampleProfile()
959 exitWithError("no input files specified. See " + in merge_main()
974 exitWithError( in merge_main()
1905 exitWithError( in loadProfiles()
2080 exitWithError(std::move(E), Filename); in showInstrProfile()
2204 exitWithError(Reader->getError(), Filename); in showInstrProfile()
[all …]