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

1234

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp25 outs() << "Starting bug finding procedure...\n\n";
31 outs() << "\n";
33 outs() << "Generating reference output from raw program: \n";
49 outs() << "Running selected passes on program to test for crash: ";
51 outs() << "-" << PassesToRun[i] << " ";
56 outs() << "\n";
57 outs() << "Optimizer passes caused failure!\n\n";
60 outs() << "Combination " << num << " optimized successfully!\n";
66 outs() << "Running the code generator to test for a crash: ";
68 outs() << "\
[all...]
H A DBugDriver.cpp141 outs() << "Read input file : '" << Filenames[0] << "'\n";
148 outs() << "Linking in input file: '" << Filenames[i] << "'\n";
153 outs() << "*** All input ok\n";
177 outs() << "Running selected passes on program to test for crash: ";
187 outs() << "Running the code generator to test for a crash: ";
189 outs() << toString(std::move(E));
192 outs() << '\n';
200 outs() << "Generating reference output from raw program: ";
216 outs() << "*** Checking the code generator...\n";
223 outs() << "\
[all...]
H A DOptimizerDriver.cpp101 outs() << "Emitted bitcode to '" << Filename << "'\n";
104 outs() << "\n*** You can reproduce the problem with: ";
106 outs() << "valgrind ";
107 outs() << "opt " << Filename;
109 outs() << " -load " << PluginLoader::getPlugin(i);
111 outs() << " " << getPassesString(PassesToRun) << "\n";
127 /// outs() a single line message indicating whether compilation was successful
135 outs().flush();
250 outs() << "Success!\n";
252 outs() << "Exite
[all...]
H A DMiscompilation.cpp65 outs() << "Checking to see if '" << getPassesString(Suffix)
87 outs() << " nope.\n";
95 outs() << " yup.\n"; // No miscompilation!
102 outs() << "Checking to see if '" << getPassesString(Prefix)
128 outs() << " nope.\n";
132 outs() << " yup.\n"; // No miscompilation!
150 outs() << "Checking to see if '" << getPassesString(Suffix)
174 outs() << " nope.\n";
179 outs() << " yup.\n"; // No miscompilation!
252 outs() << "Checkin
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp95 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset))
99 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo());
103 outs() << " " << UCs[1].FrameOffset;
105 outs() << " " << UCs[1].FrameOffset
110 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8);
113 outs() << " ";
116 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
120 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
125 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
129 outs() << " XM
[all...]
H A DMachODump.cpp310 dumpBytes(makeArrayRef(bytes, 4), outs());
312 outs() << "\t.long " << Value;
316 dumpBytes(makeArrayRef(bytes, 2), outs());
318 outs() << "\t.short " << Value;
322 dumpBytes(makeArrayRef(bytes, 2), outs());
324 outs() << "\t.byte " << Value;
328 outs() << "\t@ KIND_DATA\n";
330 outs() << "\t@ data in code kind = " << Kind << "\n";
334 dumpBytes(makeArrayRef(bytes, 1), outs());
336 outs() << "\
[all...]
H A DWasmDump.cpp23 outs() << "Program Header:\n";
24 outs() << "Version: 0x";
25 outs().write_hex(File->getHeader().Version);
26 outs() << "\n";
H A DELFDump.cpp165 outs() << "Dynamic Section:\n";
171 outs() << format(" %-21s", Str.c_str());
181 outs() << (Data + Dyn.d_un.d_val) << "\n";
187 outs() << format(Fmt, (uint64_t)Dyn.d_un.d_val);
192 outs() << "Program Header:\n";
199 outs() << " DYNAMIC ";
202 outs() << "EH_FRAME ";
205 outs() << " RELRO ";
208 outs() << " PROPERTY ";
211 outs() << " STAC
[all...]
H A Dllvm-objdump.cpp408 // Output order between errs() and outs() matters especially for archive
410 outs().flush();
681 outs() << format(Fmt.data(), Address) << Name << "\t" << Val << "\n";
1053 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
1054 outs() << "\t";
1056 dumpBytes(Bytes.slice(Index, 4), outs());
1057 outs() << "\t.word\t"
1062 dumpBytes(Bytes.slice(Index, 2), outs());
1063 outs() << "\t\t.short\t"
1068 dumpBytes(Bytes.slice(Index, 1), outs());
[all...]
/freebsd-11-stable/contrib/dma/
H A Ddma-mbox-create.c61 char outs[1024]; local
63 outs[0] = 0;
66 vsnprintf(outs, sizeof(outs), fmt, ap);
71 if (*outs != 0)
72 syslog(LOG_ERR, errno ? "%s: %m" : "%s", outs);
H A Dutil.c143 char outs[ERRMSG_SIZE]; local
145 outs[0] = 0;
148 vsnprintf(outs, sizeof(outs), fmt, ap);
153 if (*outs != 0) {
154 syslog(LOG_ERR, "%s: %m", outs);
155 fprintf(stderr, "%s: %s: %s\n", getprogname(), outs, strerror(oerrno));
168 char outs[ERRMSG_SIZE]; local
170 outs[0] = 0;
173 vsnprintf(outs, sizeo
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp46 // It is mildly evil to print directly to llvm::outs() rather than emitting
50 llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
55 llvm::outs() << "--BEGIN FUNCTION--\n";
60 llvm::outs() << "--END FUNCTION--\n";
88 // It is mildly evil to print directly to llvm::outs() rather than emitting
91 llvm::outs().indent(Indentation);
92 Call.dump(llvm::outs());
105 // It is mildly evil to print directly to llvm::outs() rather than emitting
108 llvm::outs().indent(Indentation);
110 llvm::outs() << "Returnin
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp225 outs() << "Segment " << Seg.segname << ": "
228 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff "
230 outs() << "\n";
236 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", "
239 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
240 outs() << format(fmt.str().c_str(), Sec.size);
242 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset "
244 outs() << "\n";
248 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
252 outs() << "Segmen
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/argdumper/
H A Dargdumper.cpp18 llvm::outs() << json::Object({{"arguments", std::move(Arguments)}});
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp16 llvm::outs() << "Example option is set to "
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp46 WithColor::error(outs(), "") << "reading file: " << EC.message() << ".\n";
47 outs().flush();
52 logAllUnhandledErrors(std::move(Err), WithColor::error(outs()),
54 outs().flush();
347 outs() << VFTableName << '[' << Offset << "]: " << SymName << '\n';
353 outs() << VBTableName << '[' << Idx << "]: " << Offset << '\n';
360 outs() << COLName << "[IsImageRelative]: " << COL.Data[0] << '\n';
361 outs() << COLName << "[OffsetToTop]: " << COL.Data[1] << '\n';
362 outs() << COLName << "[VFPtrOffset]: " << COL.Data[2] << '\n';
363 outs() << COLNam
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp363 outs() << "version: " << Hdr->Version << '\n';
365 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab)
372 outs() << "target triple: " << Input->getTargetTriple() << '\n';
375 outs() << "source filename: " << Input->getSourceFileName() << '\n';
378 outs() << "linker opts: " << Input->getCOFFLinkerOpts() << '\n';
381 outs() << "dependent libraries:";
383 outs() << " \"" << L << "\"";
384 outs() << '\n';
391 outs() << 'H';
394 outs() << '
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp151 return !elf::link(args, canExitEarly(), llvm::outs(), llvm::errs());
156 return !mingw::link(args, canExitEarly(), llvm::outs(), llvm::errs());
157 return !elf::link(args, canExitEarly(), llvm::outs(), llvm::errs());
159 return !coff::link(args, canExitEarly(), llvm::outs(), llvm::errs());
161 return !mach_o::link(args, canExitEarly(), llvm::outs(), llvm::errs());
163 return !wasm::link(args, canExitEarly(), llvm::outs(), llvm::errs());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp433 outs() << format(printFormat, NValue) << ' '
437 outs() << " (indirect for ";
438 outs() << format(printFormat, NValue) << ' ';
442 outs() << "?)";
444 outs() << IndirectName << ")";
446 outs() << S.IndirectName << ")";
448 outs() << "\n";
457 outs() << SymbolAddrStr << ' ';
463 outs() << "(common) ";
465 outs() << "(alignmen
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp29 // but lld::outs() or lld::errs() are not thread-safe. We protect them using a
46 raw_ostream &lld::outs() { return stdoutOS ? *stdoutOS : llvm::outs(); } function in class:lld
65 lld::outs().flush();
161 lld::outs() << msg << "\n";
162 lld::outs().flush();
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp260 outs() << Text.substr(From, Index - From);
263 outs() << "&#10;";
266 outs() << "&#13;";
269 outs() << "&lt;";
272 outs() << "&amp;";
279 outs() << Text.substr(From);
284 outs() << "<replacement "
288 outs() << "</replacement>\n";
325 outs() << "<?xml version='1.0'?>\n<replacements "
329 outs() << " lin
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp29 outs() << " -" << ArgStr;
38 outs() << " =" << Info.first;
39 outs().indent(NumSpaces) << " - " << Info.second << '\n';

Completed in 465 milliseconds

1234