Home
last modified time | relevance | path

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

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