• Home
  • Raw
  • Download

Lines Matching refs:errs

116   if (Verbose) errs() << "Loading '" << FN << "'\n";  in loadFile()
120 Err.print(argv0, errs()); in loadFile()
178 errs() << "ERROR: "; in diagnosticHandler()
183 errs() << "WARNING: "; in diagnosticHandler()
190 DiagnosticPrinterRawOStream DP(errs()); in diagnosticHandler()
192 errs() << '\n'; in diagnosticHandler()
208 errs() << EC.message() << '\n'; in importFunctions()
224 errs() << "Import parameter bad format: " << Import << "\n"; in importFunctions()
233 if (verifyModule(SrcModule, &errs())) { in importFunctions()
234 errs() << argv0 << ": " << FileName in importFunctions()
241 errs() << "Ignoring import request for non-existent function " in importFunctions()
249 errs() << "Ignoring import request for weak-any function " << FunctionName in importFunctions()
255 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions()
298 errs() << argv0 << ": error loading file '" << File << "'\n"; in linkFiles()
305 if (DisableDITypeMap && verifyModule(*M, &errs())) { in linkFiles()
306 errs() << argv0 << ": " << File << ": error: input module is broken!\n"; in linkFiles()
317 errs() << EC.message() << '\n'; in linkFiles()
328 errs() << "Linking in '" << File << "'\n"; in linkFiles()
375 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite; in main()
380 errs() << EC.message() << '\n'; in main()
384 if (verifyModule(*Composite, &errs())) { in main()
385 errs() << argv[0] << ": error: linked module is broken!\n"; in main()
389 if (Verbose) errs() << "Writing bitcode...\n"; in main()