Lines Matching refs:outs
128 outs() << "Read input file : '" << Filenames[0] << "'\n"; in addSources()
134 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; in addSources()
139 outs() << "*** All input ok\n"; in addSources()
165 outs() << "Running selected passes on program to test for crash: "; in run()
174 outs() << "Running the code generator to test for a crash: "; in run()
178 outs() << Error; in run()
181 outs() << '\n'; in run()
189 outs() << "Generating reference output from raw program: "; in run()
204 outs() << "*** Checking the code generator...\n"; in run()
211 outs() << "\n*** Output matches: Debugging miscompilation!\n"; in run()
220 outs() << "\n*** Input program does not match reference diff!\n"; in run()
221 outs() << "Debugging code generator problem!\n"; in run()
234 outs() << " " << Funcs[i]->getName(); in PrintFunctionList()
236 outs() << "... <" << Funcs.size() << " total>"; in PrintFunctionList()
237 outs().flush(); in PrintFunctionList()
244 outs() << " " << GVs[i]->getName(); in PrintGlobalVariableList()
246 outs() << "... <" << GVs.size() << " total>"; in PrintGlobalVariableList()
247 outs().flush(); in PrintGlobalVariableList()