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.cpp68 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function
80 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
81 exitWithError(toString(std::move(E)), Whence); in exitWithError()
85 exitWithError(EC.message(), Whence); in exitWithErrorCode()
95 exitWithError(std::move(E)); in remapSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp517 static void exitWithError(Twine Message, StringRef Whence = "", in exitWithError() function
528 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
537 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
542 exitWithError(toString(std::move(E)), Whence); in exitWithError()
546 exitWithError(EC.message(), Whence); in exitWithErrorCode()
615 exitWithError("unexpected line in remapping file", in create()
710 exitWithError(ReaderOrErr.takeError(), Input.Filename); in loadInput()
739 exitWithError(ReaderOrErr.takeError(), Input.Filename); in loadInput()
877 exitWithError(std::move(E)); in mergeWriterContexts()
919 exitWithError(Error); in filterFunctions()
[all …]