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 1056067 commit 4cd073aCopy full SHA for 4cd073a
lib/IRGen/Outlining.h
@@ -58,7 +58,6 @@ class OutliningMetadataCollector {
58
public:
59
OutliningMetadataCollector(IRGenFunction &IGF) : IGF(IGF) {}
60
61
- void collectFormalTypeMetadata(CanType type);
62
void collectTypeMetadataForLayout(SILType type);
63
64
void emitCallToOutlinedCopy(Address dest, Address src,
@@ -68,6 +67,7 @@ class OutliningMetadataCollector {
68
67
const TypeInfo &ti) const;
69
70
private:
+ void collectFormalTypeMetadata(CanType type);
71
void collectRepresentationTypeMetadata(SILType ty);
72
73
void addMetadataArguments(SmallVectorImpl<llvm::Value *> &args) const ;
0 commit comments