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 fefd793 commit c867e4cCopy full SHA for c867e4c
lib/IRGen/Outlining.h
@@ -83,14 +83,14 @@ class OutliningMetadataCollector {
83
void emitCallToOutlinedRelease(Address addr, SILType T, const TypeInfo &ti,
84
Atomicity atomicity) const;
85
86
-private:
87
- void collectFormalTypeMetadata(CanType type);
88
- void collectRepresentationTypeMetadata(SILType ty);
89
-
90
void addMetadataArguments(SmallVectorImpl<llvm::Value *> &args) const ;
91
void addMetadataParameterTypes(SmallVectorImpl<llvm::Type *> ¶mTys) const;
92
void bindMetadataParameters(IRGenFunction &helperIGF,
93
Explosion ¶ms) const;
+
+private:
+ void collectFormalTypeMetadata(CanType type);
+ void collectRepresentationTypeMetadata(SILType ty);
94
};
95
96
std::pair<CanType, CanGenericSignature>
0 commit comments