Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:outs

122   outs() << "Read input file      : '" << Filenames[0] << "'\n";

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