Lines Matching defs:ExitWithError
284 template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) {
327 ExitWithError("please provide one and only one of 'opcode-index', "
363 ExitWithError(Twine("unknown opcode ").concat(OpcodeName));
387 ExitWithError("cannot create snippet generator");
482 ExitWithError(
489 ExitWithError("cannot initialize libpfm");
509 ExitWithError("Dummy perf counters are not supported in the subprocess "
517 ExitWithError("cannot create benchmark runner");
534 ExitWithError("Memory and snippet address annotations are only "
582 ExitWithError("--min-instructions must be greater than zero");
637 ExitWithError("--benchmarks-file must be set");
641 ExitWithError(
664 ExitWithError("analysis file contains benchmarks from several CPUs. This "