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