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 9a8c814 commit f37d2a2Copy full SHA for f37d2a2
lib/IRGen/Outlining.h
@@ -80,6 +80,9 @@ class OutliningMetadataCollector {
80
LayoutIsNeeded_t needsLayout,
81
DeinitIsNeeded_t needsDeinitTypes);
82
83
+ // If any local type data is needed for \p type, add it.
84
+ //
85
+ // NOTE: To be called from TypeData instances.
86
void collectTypeMetadata(SILType type);
87
88
void emitCallToOutlinedCopy(Address dest, Address src,
0 commit comments