Searched refs:outs (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp35 outs() << "Starting bug finding procedure...\n\n";
40 outs() << "\n";
42 outs() << "Generating reference output from raw program: \n";
59 outs() << "Running selected passes on program to test for crash: ";
61 outs() << "-" << PassesToRun[i] << " ";
66 outs() << "\n";
67 outs() << "Optimizer passes caused failure!\n\n";
71 outs() << "Combination " << num << " optimized successfully!\n";
77 outs() << "Running the code generator to test for a crash: ";
81 outs() << "\
[all...]
H A DBugDriver.cpp122 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() << "\
[all...]
H A DMiscompilation.cpp66 outs() << "Checking to see if '" << getPassesString(Suffix)
85 outs() << " nope.\n";
93 outs() << " yup.\n"; // No miscompilation!
99 outs() << "Checking to see if '" << getPassesString(Prefix)
122 outs() << " nope.\n";
126 outs() << " yup.\n"; // No miscompilation!
144 outs() << "Checking to see if '" << getPassesString(Suffix)
164 outs() << " nope.\n";
169 outs() << " yup.\n"; // No miscompilation!
250 outs() << "Checkin
[all...]
H A DOptimizerDriver.cpp84 outs() << "Emitted bitcode to '" << Filename << "'\n";
86 outs() << "\n*** You can reproduce the problem with: ";
87 if (UseValgrind) outs() << "valgrind ";
88 outs() << "opt " << Filename;
90 outs() << " -load " << PluginLoader::getPlugin(i);
92 outs() << " " << getPassesString(PassesToRun) << "\n";
107 /// outs() a single line message indicating whether compilation was successful
116 outs().flush();
221 outs() << "Success!\n";
223 outs() << "Exite
[all...]
H A DCrashDebugger.cpp68 outs() << "Checking to see if these passes crash: "
86 outs() << "Checking to see if these passes crash: "
145 outs() << "Checking for crash with only these global variables: ";
147 outs() << ": ";
220 outs() << "Checking for crash with only these functions: ";
222 outs() << ": ";
282 outs() << "Checking for crash with only these blocks:";
286 outs() << " " << BBs[i]->getName();
288 outs() << "... <" << Blocks.size() << " total>";
289 outs() << "
[all...]
H A DToolRunner.cpp226 outs() << "<lli>"; outs().flush();
473 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
474 outs().flush();
599 outs() << "<jit>"; outs().flush();
709 outs() << "<gcc>"; outs().flush();
760 outs() << "<program>"; outs()
[all...]
H A DExecutionDriver.cpp144 outs() << "Initializing execution environment: ";
202 outs() << Message;
253 if (!SafeInterpreter) { outs() << Message << "\nExiting.\n"; exit(1); }
256 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); }
352 outs() << "\n"
427 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
/freebsd-10.0-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp58 outs() << " ('segment_name', '";
59 outs().write_escaped(Name, /*UseHexEscapes=*/true) << "')\n";
60 outs() << " ('vm_addr', " << VMAddr << ")\n";
61 outs() << " ('vm_size', " << VMSize << ")\n";
62 outs() << " ('file_offset', " << FileOffset << ")\n";
63 outs() << " ('file_size', " << FileSize << ")\n";
64 outs() << " ('maxprot', " << MaxProt << ")\n";
65 outs() << " ('initprot', " << InitProt << ")\n";
66 outs() << " ('num_sections', " << NumSections << ")\n";
67 outs() << " ('flag
[all...]
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3-hv-header.awk17 split($5, outs, ",")
29 if (length(outs) > 0 && length(ins) > 0)
32 for (i = 1; i <= length(outs); i++) {
33 printf("uint64_t *%s", outs[i]);
34 if (i < length(outs)) printf(", ");
37 if (length(outs) == 0 && length(ins) == 0)
H A Dps3-hv-asm.awk20 outs = split($5, a, ",")
25 printf("\tstdu %%r1,-%d(%%r1)\n", 48+8*outs);
31 for (i = 0; i < outs; i++) {
33 printf("\tld %%r11,%d(%%r1)\n", 48+8*outs + 48 + 8*(i+ins));
44 for (i = 0; i < outs; i++) {
/freebsd-10.0-release/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp28 outs() << "Program Header:\n";
34 outs() << " LOAD ";
37 outs() << " STACK ";
40 outs() << "EH_FRAME ";
43 outs() << " INTERP ";
46 outs() << " DYNAMIC ";
49 outs() << " PHDR ";
52 outs() << " TLS ";
55 outs() << " UNKNOWN ";
60 outs() << "of
[all...]
H A DCOFFDump.cpp97 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset))
101 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo());
105 outs() << " " << UCs[1].FrameOffset;
107 outs() << " " << UCs[1].FrameOffset
112 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8);
115 outs() << " ";
118 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
122 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
131 outs() << " XM
[all...]
H A Dllvm-objdump.cpp131 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
132 outs().flush();
184 outs() << output;
265 outs() << "Disassembly of section ";
267 outs() << SegmentName << ",";
268 outs() << name << ':';
344 outs() << '\n' << Symbols[si].second << ":\n";
357 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
359 outs() << "\t";
362 IP->printInst(&Inst, outs(), "");
[all...]
H A DMachODump.cpp270 outs() << '\n' << Filename << ":\n\n";
410 outs() << SymName << ":\n";
419 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
422 IP->printInst(&Inst, outs(), "");
430 outs() << "\t## " << dli.getFileName() << ':'
434 outs() << "\n";
462 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
464 IP->printInst(&Inst, outs(), "");
465 outs() << "\n";
538 outs() << "# " << En
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 outs() << Indent << "<";
352 outs() << BlockName;
354 outs() << "UnknownBlock" << BlockID;
357 outs() << " BlockID=" << BlockID;
359 outs() << " NumWords=" << NumWords
382 outs() << Indent << "</";
384 outs() << BlockName << ">\n";
386 outs() << "UnknownBlock" << BlockID << ">\n";
432 outs() << Inden
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp45 // It is mildly evil to print directly to llvm::outs() rather than emitting
49 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
54 llvm::outs() << "--END FUNCTION--\n";
78 // It is mildly evil to print directly to llvm::outs() rather than emitting
81 llvm::outs().indent(Indentation);
82 Call.dump(llvm::outs());
95 // It is mildly evil to print directly to llvm::outs() rather than emitting
98 llvm::outs().indent(Indentation);
100 llvm::outs() << "Returning void\n";
102 llvm::outs() << "Returnin
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp179 outs() << "===" << std::string(73, '-') << "===\n"
181 if (PIL.getNumExecutions() != 1) outs() << "s";
182 outs() << ":\n";
185 outs() << " ";
186 if (e != 1) outs() << i+1 << ". ";
187 outs() << PIL.getExecution(i) << "\n";
190 outs() << "\n===" << std::string(73, '-') << "===\n";
191 outs() << "Function execution frequencies:\n\n";
194 outs() << " ## Frequency\n";
197 outs() << "\
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/sed/
H A Dregress.sh37 ins= outs= _ins=
42 outs="$outs lines.out.$n"
54 rm -f $ins $outs $_ins lines.out
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DGCOV.cpp157 outs() << "===== " << Name << " @ " << Filename << ":" << LineNumber << "\n";
197 outs() << "Block : " << Number << " Counter : " << Counter << "\n";
199 outs() << "\tEdges : ";
202 outs() << (*I) << ",";
203 outs() << "\n";
206 outs() << "\tLines : ";
209 outs() << LI->first() << " -> ";
211 outs() << "\n";
232 outs() << (*I) << ",";
261 outs() << Filenam
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp139 outs() << "\nError reading file: " << EC.message() << ".\n";
140 outs().flush();
189 StreamWriter Writer(outs());
196 outs() << '\n';
197 outs() << "File: " << Obj->getFileName() << "\n";
198 outs() << "Format: " << Obj->getFileFormatName() << "\n";
199 outs() << "Arch: "
202 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n";
204 outs() << "LoadName: " << Obj->getLoadName() << "\n";
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp919 outs() << " -" << ArgStr;
920 outs().indent(GlobalWidth-L-6) << " - " << HelpStr << "\n";
944 outs() << " -" << O.ArgStr;
947 outs() << "=<" << getValueStr(O, ValName) << '>';
949 outs().indent(GlobalWidth-getOptionWidth(O)) << " - " << O.HelpStr << '\n';
954 outs() << " -" << O.ArgStr;
955 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1091 outs() << " -" << O.ArgStr;
1092 outs().indent(GlobalWidth-L-6) << " - " << O.HelpStr << '\n';
1096 outs() << "
[all...]
H A DFormattedStream.cpp85 static formatted_raw_ostream S(outs());
/freebsd-10.0-release/contrib/llvm/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp37 outs() << "\nArchive Symbol Table:\n";
42 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";
/freebsd-10.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp198 outs() << '\n' << CurrentFilename << ":\n";
200 outs() << "\n" << CurrentFilename << ":\n";
202 outs() << "\n\nSymbols from " << CurrentFilename << ":\n\n"
231 outs() << i->Name << " " << i->TypeChar << " "
235 outs() << SymbolAddrStr << ' ';
237 outs() << SymbolSizeStr;
239 outs() << ' ';
241 outs() << i->TypeChar << " " << i->Name << "\n";
246 outs() << PaddedName << "|" << SymbolAddrStr << "| "
365 outs() << "Archiv
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp354 outs() << "\nArchive Symbol Table:\n";
359 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";
384 outs() << "Printing " << I->getPath().str() << "\n";
387 outs().write(data, len);
401 outs() << "r";
403 outs() << "-";
405 outs() << "w";
407 outs() << "-";
409 outs() << "x";
411 outs() << "
[all...]

Completed in 121 milliseconds

123