Lines Matching refs:outs
122 outs() << "Read input file : '" << Filenames[0] << "'\n"; in addSources()
128 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; in addSources()
138 outs() << "*** All input ok\n"; in addSources()
164 outs() << "Running selected passes on program to test for crash: "; in run()
173 outs() << "Running the code generator to test for a crash: "; in run()
177 outs() << Error; in run()
180 outs() << '\n'; in run()
188 outs() << "Generating reference output from raw program: "; in run()
203 outs() << "*** Checking the code generator...\n"; in run()
210 outs() << "\n*** Output matches: Debugging miscompilation!\n"; in run()
219 outs() << "\n*** Input program does not match reference diff!\n"; in run()
220 outs() << "Debugging code generator problem!\n"; in run()
233 outs() << " " << Funcs[i]->getName(); in PrintFunctionList()
235 outs() << "... <" << Funcs.size() << " total>"; in PrintFunctionList()
236 outs().flush(); in PrintFunctionList()
243 outs() << " " << GVs[i]->getName(); in PrintGlobalVariableList()
245 outs() << "... <" << GVs.size() << " total>"; in PrintGlobalVariableList()
246 outs().flush(); in PrintGlobalVariableList()