Lines Matching refs:outs
433 outs() << " num-strings = " << NumStrings << " {\n"; in decodeMetadataStringsBlob()
452 outs() << Indent << " '"; in decodeMetadataStringsBlob()
453 outs().write_escaped(Strings.slice(0, Size), /*hex=*/true); in decodeMetadataStringsBlob()
454 outs() << "'\n"; in decodeMetadataStringsBlob()
458 outs() << Indent << " }"; in decodeMetadataStringsBlob()
487 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n"; in ParseBlock()
503 outs() << Indent << "<"; in ParseBlock()
506 outs() << BlockName; in ParseBlock()
508 outs() << "UnknownBlock" << BlockID; in ParseBlock()
511 outs() << " BlockID=" << BlockID; in ParseBlock()
513 outs() << " NumWords=" << NumWords in ParseBlock()
536 outs() << Indent << "</"; in ParseBlock()
538 outs() << BlockName << ">\n"; in ParseBlock()
540 outs() << "UnknownBlock" << BlockID << ">\n"; in ParseBlock()
587 outs() << Indent << " <"; in ParseBlock()
591 outs() << CodeName; in ParseBlock()
593 outs() << "UnknownCode" << Code; in ParseBlock()
597 outs() << " codeid=" << Code; in ParseBlock()
601 outs() << " abbrevid=" << Entry.ID; in ParseBlock()
605 outs() << " op" << i << "=" << (int64_t)Record[i]; in ParseBlock()
610 outs() << " (invalid)"; in ParseBlock()
632 outs() << " (match)"; in ParseBlock()
634 outs() << " (!mismatch!)"; in ParseBlock()
638 outs() << "/>"; in ParseBlock()
656 outs() << " record string = '" << Str << "'"; in ParseBlock()
663 outs() << " blob data = "; in ParseBlock()
665 outs() << "'"; in ParseBlock()
666 outs().write_escaped(Blob, /*hex=*/true) << "'"; in ParseBlock()
676 outs() << "'" << Blob << "'"; in ParseBlock()
678 outs() << "unprintable, " << Blob.size() << " bytes."; in ParseBlock()
682 outs() << "\n"; in ParseBlock()
688 outs() << format("%.2f/%.2fB/%luW", Bits, Bits/8,(unsigned long)(Bits/32)); in PrintSize()
691 outs() << format("%lub/%.2fB/%luW", (unsigned long)Bits, in PrintSize()
726 outs() << "<BITCODE_WRAPPER_HEADER" in openBitcodeFile()
815 if (Dump) outs() << "\n\n"; in AnalyzeBitcode()
819 outs() << "Summary of " << InputFilename << ":\n"; in AnalyzeBitcode()
820 outs() << " Total size: "; in AnalyzeBitcode()
822 outs() << "\n"; in AnalyzeBitcode()
823 outs() << " Stream type: "; in AnalyzeBitcode()
825 case UnknownBitstream: outs() << "unknown\n"; break; in AnalyzeBitcode()
826 case LLVMIRBitstream: outs() << "LLVM IR\n"; break; in AnalyzeBitcode()
828 outs() << " # Toplevel Blocks: " << NumTopBlocks << "\n"; in AnalyzeBitcode()
829 outs() << "\n"; in AnalyzeBitcode()
832 outs() << "Per-block Summary:\n"; in AnalyzeBitcode()
835 outs() << " Block ID #" << I->first; in AnalyzeBitcode()
838 outs() << " (" << BlockName << ")"; in AnalyzeBitcode()
839 outs() << ":\n"; in AnalyzeBitcode()
842 outs() << " Num Instances: " << Stats.NumInstances << "\n"; in AnalyzeBitcode()
843 outs() << " Total Size: "; in AnalyzeBitcode()
845 outs() << "\n"; in AnalyzeBitcode()
847 outs() << " Percent of file: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
849 outs() << " Average Size: "; in AnalyzeBitcode()
851 outs() << "\n"; in AnalyzeBitcode()
852 outs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/" in AnalyzeBitcode()
854 outs() << " Tot/Avg Abbrevs: " << Stats.NumAbbrevs << "/" in AnalyzeBitcode()
856 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/" in AnalyzeBitcode()
859 outs() << " Num SubBlocks: " << Stats.NumSubBlocks << "\n"; in AnalyzeBitcode()
860 outs() << " Num Abbrevs: " << Stats.NumAbbrevs << "\n"; in AnalyzeBitcode()
861 outs() << " Num Records: " << Stats.NumRecords << "\n"; in AnalyzeBitcode()
865 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
867 outs() << "\n"; in AnalyzeBitcode()
878 outs() << "\tRecord Histogram:\n"; in AnalyzeBitcode()
879 outs() << "\t\t Count # Bits b/Rec % Abv Record Kind\n"; in AnalyzeBitcode()
883 outs() << format("\t\t%7d %9lu", in AnalyzeBitcode()
888 outs() << format(" %9.1f", in AnalyzeBitcode()
891 outs() << " "; in AnalyzeBitcode()
894 outs() << in AnalyzeBitcode()
898 outs() << " "; in AnalyzeBitcode()
900 outs() << " "; in AnalyzeBitcode()
904 outs() << CodeName << "\n"; in AnalyzeBitcode()
906 outs() << "UnknownCode" << FreqPairs[i].second << "\n"; in AnalyzeBitcode()
908 outs() << "\n"; in AnalyzeBitcode()