Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance
67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError() function79 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function80 exitWithError(toString(std::move(E)), Whence); in exitWithError()84 exitWithError(EC.message(), Whence); in exitWithErrorCode()94 exitWithError(std::move(E)); in remapSymbols()
77 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function94 exitWithError(EC.message(), std::string(Whence)); in exitWithErrorCode()333 exitWithError("unknown format is specified"); in mergeInstrProfile()396 exitWithError("no profile can be merged"); in mergeInstrProfile()722 exitWithError( in mergeSampleProfile()959 exitWithError("no input files specified. See " + in merge_main()974 exitWithError( in merge_main()1905 exitWithError( in loadProfiles()2080 exitWithError(std::move(E), Filename); in showInstrProfile()2204 exitWithError(Reader->getError(), Filename); in showInstrProfile()[all …]