Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp57 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function
69 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
70 exitWithError(toString(std::move(E)), Whence); in exitWithError()
74 exitWithError(EC.message(), Whence); in exitWithErrorCode()
84 exitWithError(std::move(E)); in remapSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp66 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
75 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
79 exitWithError(toString(std::move(E)), Whence); in exitWithError()
83 exitWithError(EC.message(), Whence); in exitWithErrorCode()
148 exitWithError("unexpected line in remapping file", in create()
292 exitWithError("Unknown format is specified."); in mergeInstrProfile()
351 exitWithError(std::move(WC->Err), WC->ErrWhence); in mergeInstrProfile()
364 exitWithError(std::move(E)); in mergeInstrProfile()
588 exitWithError("No input files specified. See " + in merge_main()
683 exitWithError(std::move(E), Filename); in showInstrProfile()
[all …]