Lines Matching refs:outs
87 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
88 outs().flush(); in error()
132 outs() << "Segment " << Seg.segname << ": " in PrintDarwinSectionSizes()
135 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " in PrintDarwinSectionSizes()
137 outs() << "\n"; in PrintDarwinSectionSizes()
143 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " in PrintDarwinSectionSizes()
146 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in PrintDarwinSectionSizes()
147 outs() << format(fmt.str().c_str(), Sec.size); in PrintDarwinSectionSizes()
149 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " in PrintDarwinSectionSizes()
151 outs() << "\n"; in PrintDarwinSectionSizes()
155 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()
158 outs() << "Segment " << Seg.segname << ": " in PrintDarwinSectionSizes()
161 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " in PrintDarwinSectionSizes()
163 outs() << "\n"; in PrintDarwinSectionSizes()
169 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " in PrintDarwinSectionSizes()
172 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in PrintDarwinSectionSizes()
173 outs() << format(fmt.str().c_str(), Sec.size); in PrintDarwinSectionSizes()
175 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " in PrintDarwinSectionSizes()
177 outs() << "\n"; in PrintDarwinSectionSizes()
181 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()
184 outs() << "total " << format(fmt.str().c_str(), total) << "\n"; in PrintDarwinSectionSizes()
254 outs() << "__TEXT\t__DATA\t__OBJC\tothers\tdec\thex\n"; in PrintDarwinSegmentSizes()
257 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t" in PrintDarwinSegmentSizes()
311 outs() << format(fmt.str().c_str(), static_cast<const char *>("section"), in PrintObjectSectionSizes()
330 outs() << format(fmt.str().c_str(), namestr.c_str(), size, addr); in PrintObjectSectionSizes()
337 outs() << format(fmt.str().c_str(), static_cast<const char *>("Total"), in PrintObjectSectionSizes()
363 outs() << " text data bss " in PrintObjectSectionSizes()
372 outs() << format(fmt.str().c_str(), total_text, total_data, total_bss); in PrintObjectSectionSizes()
376 outs() << format(fmt.str().c_str(), total, total); in PrintObjectSectionSizes()
447 outs() << o->getFileName() << " (ex " << a->getFileName() << "):\n"; in PrintFileSectionSizes()
449 outs() << a->getFileName() << "(" << o->getFileName() << "):\n"; in PrintFileSectionSizes()
453 outs() << a->getFileName() << "(" << o->getFileName() << ")\n"; in PrintFileSectionSizes()
455 outs() << o->getFileName() << " (ex " << a->getFileName() << ")\n"; in PrintFileSectionSizes()
477 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
480 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
486 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
488 outs() << "\n"; in PrintFileSectionSizes()
514 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
517 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
524 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
527 outs() << " (for architecture " << I->getArchTypeName() in PrintFileSectionSizes()
529 outs() << "\n"; in PrintFileSectionSizes()
531 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
560 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
563 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
569 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
571 outs() << "\n"; in PrintFileSectionSizes()
597 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
600 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
606 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
609 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
630 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
633 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
635 outs() << "\n"; in PrintFileSectionSizes()
640 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
642 outs() << "\n"; in PrintFileSectionSizes()
665 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
668 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
673 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
677 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
688 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
693 outs() << o->getFileName(); in PrintFileSectionSizes()
694 outs() << "\n"; in PrintFileSectionSizes()
702 outs() << "\n"; in PrintFileSectionSizes()
724 outs() << ToolName << ": for the -arch option: Unknown architecture " in main()