Searched defs:Whence (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 56 static void warn(Twine Message, Twine Whence = "", in warn() 67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() 79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() 83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ErrorHandling.h | 38 [[noreturn]] inline void exitWithError(Error E, StringRef Whence) { in exitWithError()
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 196 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() argument 206 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument 212 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { in warning() argument
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 257 SmallString<80> Whence; PS4PS5Base() local
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 460 warn(Twine Message,StringRef Whence="",StringRef Hint="") warn() argument 469 warn(Error E,StringRef Whence="") warn() argument 477 exitWithError(Twine Message,StringRef Whence="",StringRef Hint="") exitWithError() argument 488 exitWithError(Error E,StringRef Whence="") exitWithError() argument 505 exitWithErrorCode(std::error_code EC,StringRef Whence="") exitWithErrorCode() argument 510 warnOrExitGivenError(FailureMode FailMode,std::error_code EC,StringRef Whence="") warnOrExitGivenError() argument [all...] |