Lines Matching refs:errs
307 errs() << SE.getMessage() << "\n"; in ~TimeTracerRAII()
480 errs() << "The `opt -passname` syntax for the new pass manager is " in optMain()
483 errs() << "See https://llvm.org/docs/NewPassManager.html#invoking-opt " in optMain()
489 errs() << argv[0] << ": " << PassPlugins.ArgStr in optMain()
515 errs() << toString(std::move(E)) << '\n'; in optMain()
546 errs() << argv[0] << ": warning: failed to infer data layout: " in optMain()
562 Err.print(argv[0], errs()); in optMain()
585 if (!NoVerify && verifyModule(*M, &errs())) { in optMain()
586 errs() << argv[0] << ": " << InputFilename in optMain()
609 errs() << "WARNING: The -o (output filename) option is ignored when\n" in optMain()
621 errs() << EC.message() << '\n'; in optMain()
629 errs() << EC.message() << '\n'; in optMain()
645 errs() << argv[0] << ": WARNING: failed to create target machine for '" in optMain()
652 errs() << argv[0] << ": unrecognized architecture '" in optMain()
687 errs() << argv[0] << ": cannot disable nonexistent builtin function " in optMain()
695 errs() << "-debug-pass does not work with the new PM, either use " in optMain()
702 errs() << "Cannot specify multiple -O#\n"; in optMain()
706 errs() << "Cannot specify -O# and --passes=/--foo-pass, use " in optMain()
751 errs() << "Cannot use -O# with legacy PM.\n"; in optMain()
755 errs() << "Cannot use -module-summary with legacy PM.\n"; in optMain()
759 errs() << "Cannot use -module-hash with legacy PM.\n"; in optMain()
763 errs() << "Cannot use -thinlto-bc with legacy PM.\n"; in optMain()
823 errs() << argv[0] << ": cannot create pass: " << PassInf->getPassName() in optMain()
890 errs() in optMain()