Home
last modified time | relevance | path

Searched defs:exitWithError (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DErrorHandling.h38 [[noreturn]] inline void exitWithError(Error E, StringRef Whence) { in exitWithError() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp72 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function
83 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function