Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp56 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 DErrorHandling.h38 [[noreturn]] inline void exitWithError(Error E, StringRef Whence) { in exitWithError()
/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp196 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 DPS4CPU.cpp257 SmallString<80> Whence; PS4PS5Base() local
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp460 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...]