Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp477 static void exitWithError(Twine Message, StringRef Whence = "", in exitWithError() function
488 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
497 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
502 exitWithError(toString(std::move(E)), Whence); in exitWithError()
506 exitWithError(EC.message(), Whence); in exitWithErrorCode()
575 exitWithError("unexpected line in remapping file", in create()
667 exitWithError(ReaderOrErr.takeError(), Input.Filename); in loadInput()
816 exitWithError(std::move(E)); in mergeWriterContexts()
858 exitWithError(Error); in filterFunctions()
860 exitWithError(Error); in filterFunctions()
[all …]