Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cxxmap/
Dllvm-cxxmap.cpp56 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function
68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
/external/llvm-project/llvm/tools/llvm-profgen/
DErrorHandling.h38 LLVM_ATTRIBUTE_NORETURN inline void exitWithError(Error E, StringRef Whence) { in exitWithError() function
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function
50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp57 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function
68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
/external/testng/src/main/java/org/testng/
DTestNG.java1791 static void exitWithError(String msg) { in exitWithError() method in TestNG