Home
last modified time | relevance | path

Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
HDllvm-cxxmap.cpp56 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function
68 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
69 exitWithError(toString(std::move(E)), Whence); in exitWithError()
73 exitWithError(EC.message(), Whence); in exitWithErrorCode()
83 exitWithError(std::move(E)); in remapSymbols()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp56 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function
67 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
76 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
80 exitWithError(toString(std::move(E)), Whence); in exitWithError()
84 exitWithError(EC.message(), Whence); in exitWithErrorCode()
158 exitWithError("unexpected line in remapping file", in create()
299 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile()
303 exitWithError("Unknown format is specified."); in mergeInstrProfile()
363 exitWithError("No profiles could be merged."); in mergeInstrProfile()
373 exitWithError(std::move(E)); in mergeInstrProfile()
[all …]