reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
736 bool DumpRecords = O.hasValue(); 738 if (O) 739 O->OS << Indent << "<BLOCKINFO_BLOCK/>\n"; 765 O->OS << Indent << "<"; 767 O->OS << *BlockName; 769 O->OS << "UnknownBlock" << BlockID; 771 if (!O->Symbolic && BlockName) 772 O->OS << " BlockID=" << BlockID; 774 O->OS << " NumWords=" << NumWords 803 O->OS << Indent << "</"; 805 O->OS << *BlockName << ">\n"; 807 O->OS << "UnknownBlock" << BlockID << ">\n"; 814 if (Error E = parseBlock(Entry.ID, IndentLevel + 1, O, CheckHash)) 858 O->OS << Indent << " <"; 862 O->OS << *CodeName; 864 O->OS << "UnknownCode" << Code; 865 if (!O->Symbolic && CodeName) 866 O->OS << " codeid=" << Code; 870 O->OS << " abbrevid=" << Entry.ID; 874 O->OS << " op" << i << "=" << (int64_t)Record[i]; 881 O->OS << "(Invalid record)"; 888 O->OS << " (offset "; 890 O->OS << "match)"; 892 O->OS << "mismatch: " << MetadataIndexOffset << " vs " 901 O->OS << " (invalid)"; 924 O->OS << " (match)"; 926 O->OS << " (!mismatch!)"; 930 O->OS << "/>"; 948 O->OS << " record string = '" << Str << "'"; 955 if (Error E = decodeMetadataStringsBlob(Indent, Record, Blob, O->OS)) 958 O->OS << " blob data = "; 959 if (O->ShowBinaryBlobs) { 960 O->OS << "'"; 961 O->OS.write_escaped(Blob, /*hex=*/true) << "'"; 971 O->OS << "'" << Blob << "'"; 973 O->OS << "unprintable, " << Blob.size() << " bytes."; 978 O->OS << "\n";