Lines Matching refs:outs
86 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
87 outs().flush(); in error()
133 outs() << "Segment " << Seg.segname << ": " in PrintDarwinSectionSizes()
136 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " in PrintDarwinSectionSizes()
138 outs() << "\n"; in PrintDarwinSectionSizes()
144 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " in PrintDarwinSectionSizes()
147 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in PrintDarwinSectionSizes()
148 outs() << format(fmt.str().c_str(), Sec.size); in PrintDarwinSectionSizes()
150 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " in PrintDarwinSectionSizes()
152 outs() << "\n"; in PrintDarwinSectionSizes()
156 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()
159 outs() << "Segment " << Seg.segname << ": " in PrintDarwinSectionSizes()
162 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " in PrintDarwinSectionSizes()
164 outs() << "\n"; in PrintDarwinSectionSizes()
170 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " in PrintDarwinSectionSizes()
173 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in PrintDarwinSectionSizes()
174 outs() << format(fmt.str().c_str(), Sec.size); in PrintDarwinSectionSizes()
176 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " in PrintDarwinSectionSizes()
178 outs() << "\n"; in PrintDarwinSectionSizes()
182 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in PrintDarwinSectionSizes()
189 outs() << "total " << format(fmt.str().c_str(), total) << "\n"; in PrintDarwinSectionSizes()
266 outs() << "__TEXT\t__DATA\t__OBJC\tothers\tdec\thex\n"; in PrintDarwinSegmentSizes()
269 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t" in PrintDarwinSegmentSizes()
327 outs() << format(fmt.str().c_str(), static_cast<const char *>("section"), in PrintObjectSectionSizes()
350 outs() << format(fmt.str().c_str(), namestr.c_str(), size, addr); in PrintObjectSectionSizes()
357 outs() << format(fmt.str().c_str(), static_cast<const char *>("Total"), in PrintObjectSectionSizes()
391 outs() << " text data bss " in PrintObjectSectionSizes()
400 outs() << format(fmt.str().c_str(), total_text, total_data, total_bss); in PrintObjectSectionSizes()
404 outs() << format(fmt.str().c_str(), total, total); in PrintObjectSectionSizes()
478 outs() << o->getFileName() << " (ex " << a->getFileName() << "):\n"; in PrintFileSectionSizes()
480 outs() << a->getFileName() << "(" << o->getFileName() << "):\n"; in PrintFileSectionSizes()
484 outs() << a->getFileName() << "(" << o->getFileName() << ")\n"; in PrintFileSectionSizes()
486 outs() << o->getFileName() << " (ex " << a->getFileName() << ")\n"; in PrintFileSectionSizes()
509 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
512 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
518 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
520 outs() << "\n"; in PrintFileSectionSizes()
538 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
541 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
548 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
551 outs() << " (for architecture " << I->getArchTypeName() in PrintFileSectionSizes()
553 outs() << "\n"; in PrintFileSectionSizes()
555 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
585 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
588 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
594 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
596 outs() << "\n"; in PrintFileSectionSizes()
614 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
617 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
623 outs() << UA->getFileName() << "(" << o->getFileName() in PrintFileSectionSizes()
626 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
648 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
651 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
653 outs() << "\n"; in PrintFileSectionSizes()
658 outs() << o->getFileName() << " (for architecture " in PrintFileSectionSizes()
660 outs() << "\n"; in PrintFileSectionSizes()
676 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
679 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
684 outs() << UA->getFileName() << "(" << o->getFileName() << ")" in PrintFileSectionSizes()
688 outs() << o->getFileName() << " (ex " << UA->getFileName() in PrintFileSectionSizes()
699 outs() << o->getFileName() << " :\n"; in PrintFileSectionSizes()
704 outs() << o->getFileName(); in PrintFileSectionSizes()
705 outs() << "\n"; in PrintFileSectionSizes()
713 outs() << "\n"; in PrintFileSectionSizes()
736 outs() << ToolName << ": for the -arch option: Unknown architecture " in main()