Searched defs:Whence (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 46 static void warn(Twine Message, Twine Whence = "", in warn() 57 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() 69 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 73 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ErrorHandling.h | 38 LLVM_ATTRIBUTE_NORETURN inline void exitWithError(Error E, StringRef Whence) { in exitWithError()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 184 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() 194 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() 200 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 47 static void warn(Twine Message, std::string Whence = "", in warn() 57 static void warn(Error E, StringRef Whence = "") { in warn() 65 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() 76 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 92 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() 102 StringRef Whence = "") { in warnOrExitGivenError()
|