mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into jepa-rebranch
This commit is contained in:
@@ -433,6 +433,10 @@ bool SILModule::linkFunction(SILFunction *F, SILModule::LinkingMode Mode) {
|
||||
return SILLinkerVisitor(*this, Mode).processFunction(F);
|
||||
}
|
||||
|
||||
bool SILModule::linkWitnessTable(ProtocolConformance *PC, SILModule::LinkingMode Mode) {
|
||||
return SILLinkerVisitor(*this, Mode).processConformance(ProtocolConformanceRef(PC));
|
||||
}
|
||||
|
||||
bool SILModule::hasFunction(StringRef Name) {
|
||||
if (lookUpFunction(Name))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user