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

123

/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp36 outs() << "Starting bug finding procedure...\n\n";
41 outs() << "\n";
43 outs() << "Generating reference output from raw program: \n";
60 outs() << "Running selected passes on program to test for crash: ";
62 outs() << "-" << PassesToRun[i] << " ";
67 outs() << "\n";
68 outs() << "Optimizer passes caused failure!\n\n";
72 outs() << "Combination " << num << " optimized successfully!\n";
78 outs() << "Running the code generator to test for a crash: ";
82 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.cpp96 outs() << "Emitted bitcode to '" << Filename << "'\n";
98 outs() << "\n*** You can reproduce the problem with: ";
99 if (UseValgrind) outs() << "valgrind ";
100 outs() << "opt " << Filename;
102 outs() << " -load " << PluginLoader::getPlugin(i);
104 outs() << " " << getPassesString(PassesToRun) << "\n";
119 /// outs() a single line message indicating whether compilation was successful
128 outs().flush();
230 outs() << "Success!\n";
232 outs() << "Exite
[all...]
H A DCrashDebugger.cpp68 outs() << "Checking to see if these passes crash: "
84 outs() << "Checking to see if these passes crash: "
143 outs() << "Checking for crash with only these global variables: ";
145 outs() << ": ";
218 outs() << "Checking for crash with only these functions: ";
220 outs() << ": ";
280 outs() << "Checking for crash with only these blocks:";
284 outs() << " " << BBs[i]->getName();
286 outs() << "... <" << Blocks.size() << " total>";
287 outs() << "
[all...]
H A DToolRunner.cpp223 outs() << "<lli>"; outs().flush();
503 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
504 outs().flush();
629 outs() << "<jit>"; outs().flush();
741 outs() << "<gcc>"; outs().flush();
791 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); }
357 outs() << "\n"
432 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
/freebsd-10.1-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.1-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.1-release/contrib/llvm/tools/llvm-objdump/
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 DELFDump.cpp26 outs() << "Program Header:\n";
32 outs() << " LOAD ";
35 outs() << " STACK ";
38 outs() << "EH_FRAME ";
41 outs() << " INTERP ";
44 outs() << " DYNAMIC ";
47 outs() << " PHDR ";
50 outs() << " TLS ";
53 outs() << " UNKNOWN ";
58 outs() << "of
[all...]
H A Dllvm-objdump.cpp155 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
156 outs().flush();
258 outs() << output;
352 outs() << "Atom " << (*AI)->getName() << ": \n";
357 IP->printInst(&II->Inst, outs(), "");
358 outs() << "\n";
440 outs() << "Disassembly of section ";
442 outs() << SegmentName << ",";
443 outs() << name << ':';
479 outs() << '\
[all...]
H A DMachODump.cpp114 outs() << "\t.long " << Value;
119 outs() << "\t.short " << Value;
123 outs() << "\t.byte " << Value;
126 outs() << "\t@ KIND_DATA\n";
130 outs() << "\t.byte " << Value << "\t@ KIND_JUMP_TABLE8";
135 outs() << "\t.short " << Value << "\t@ KIND_JUMP_TABLE16";
142 outs() << "\t.long " << Value << "\t@ KIND_JUMP_TABLE32";
145 outs() << "\t@ data in code kind = " << Kind << "\n";
245 outs() << '\n' << Filename << ":\n\n";
394 outs() << SymNam
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp337 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
351 outs() << Indent << "<";
353 outs() << BlockName;
355 outs() << "UnknownBlock" << BlockID;
358 outs() << " BlockID=" << BlockID;
360 outs() << " NumWords=" << NumWords
383 outs() << Indent << "</";
385 outs() << BlockName << ">\n";
387 outs() << "UnknownBlock" << BlockID << ">\n";
433 outs() << Inden
[all...]
/freebsd-10.1-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.1-release/usr.bin/sed/tests/
H A Dregress.sh37 ins= outs= _ins=
42 outs="$outs lines.out.$n"
54 rm -f $ins $outs $_ins lines.out
/freebsd-10.1-release/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp142 outs() << "\nError reading file: " << EC.message() << ".\n";
143 outs().flush();
194 StreamWriter Writer(outs());
201 outs() << '\n';
202 outs() << "File: " << Obj->getFileName() << "\n";
203 outs() << "Format: " << Obj->getFileFormatName() << "\n";
204 outs() << "Arch: "
207 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n";
209 outs() << "LoadName: " << Obj->getLoadName() << "\n";
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1087 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1090 outs().indent(Indent) << Split.first << "\n";
1096 outs() << " -" << ArgStr;
1121 outs() << " -" << O.ArgStr;
1124 outs() << "=<" << getValueStr(O, ValName) << '>';
1131 outs() << " -" << O.ArgStr;
1132 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1267 outs() << " -" << O.ArgStr;
1272 outs() << " =" << getOption(i);
1273 outs()
[all...]
H A DFormattedStream.cpp90 static formatted_raw_ostream S(outs());
/freebsd-10.1-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp48 outs() << ToolName << ": " << Error << ".\n";
274 outs() << "Printing " << Name << "\n";
277 outs().write(Data.data(), Data.size());
284 outs() << "r";
286 outs() << "-";
288 outs() << "w";
290 outs() << "-";
292 outs() << "x";
294 outs() << "-";
307 outs() << ' ' <<
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp204 outs() << '\n' << CurrentFilename << ":\n";
206 outs() << "\n" << CurrentFilename << ":\n";
208 outs() << "\n\nSymbols from " << CurrentFilename << ":\n\n"
237 outs() << i->Name << " " << i->TypeChar << " "
241 outs() << SymbolAddrStr << ' ';
243 outs() << SymbolSizeStr;
245 outs() << ' ';
247 outs() << i->TypeChar << " " << i->Name << "\n";
252 outs() << PaddedName << "|" << SymbolAddrStr << "| "
594 outs() << "Archiv
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dwince-stub.c67 static LPWSTR outs[4] = {NULL, NULL, NULL, NULL}; local
69 if (++outn >= (sizeof (outs) / sizeof (outs[0])))
74 if (outs[outn])
75 FREE (outs[outn]);
76 outs[outn] = (LPWSTR) MALLOC (len);
78 return outs[outn];
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp631 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
662 llvm::outs() << C.getDefaultToolChain().getTripleString() << '\n';
673 llvm::outs() << "4.2.1\n";
678 PrintDiagnosticCategories(llvm::outs());
690 PrintVersion(C, llvm::outs());
706 llvm::outs() << "programs: =";
710 llvm::outs() << ':';
711 llvm::outs() << *it;
713 llvm::outs() << "\n";
714 llvm::outs() << "librarie
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c816 fd_set outs;
818 FD_ZERO(&outs);
824 FD_SET(tout, &outs);
825 select(tout+1, 0, &outs, 0,
830 FD_SET(tout, &outs);
831 select(tout+1, 0, &outs, 0,
815 fd_set outs; local

Completed in 246 milliseconds

123