We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9400c50 commit 361daa1Copy full SHA for 361daa1
tools/swift-module-summary-test/swift-module-summary-test.cpp
@@ -450,6 +450,7 @@ class RetainedSizeCalculator {
450
}
451
452
void display(llvm::raw_ostream &O) {
453
+ O << "size\t| symbol\n";
454
for (auto entry : Entries) {
455
auto FS = entry.DomNode->getBlock()->getFS();
456
O << entry.InstSize << "\t| " << FS->getName() << "\n";
0 commit comments