@@ -1177,7 +1177,8 @@ FUNCTION(GetExistentialMetadata,
11771177// swift_getExtendedExistentialTypeShape(
11781178// const NonUniqueExtendedExistentialTypeShape *nonUnique);
11791179FUNCTION(GetExtendedExistentialTypeShape,
1180- swift_getExtendedExistentialTypeShape, C_CC, AlwaysAvailable,
1180+ swift_getExtendedExistentialTypeShape, C_CC,
1181+ ParameterizedExistentialAvailability,
11811182 RETURNS(TypeMetadataPtrTy),
11821183 ARGS(Int8PtrTy, Int8PtrPtrTy),
11831184 ATTRS(NoUnwind, ArgMemOnly, WillReturn),
@@ -1187,7 +1188,8 @@ FUNCTION(GetExtendedExistentialTypeShape,
11871188// const NonUniqueExtendedExistentialTypeShape *shape,
11881189// const void * const *generalizationArgs);
11891190FUNCTION(GetExtendedExistentialTypeMetadata,
1190- swift_getExtendedExistentialTypeMetadata, C_CC, AlwaysAvailable,
1191+ swift_getExtendedExistentialTypeMetadata, C_CC,
1192+ ParameterizedExistentialAvailability,
11911193 RETURNS(TypeMetadataPtrTy),
11921194 ARGS(Int8PtrTy, Int8PtrPtrTy),
11931195 ATTRS(NoUnwind, ArgMemOnly, WillReturn),
@@ -1197,7 +1199,8 @@ FUNCTION(GetExtendedExistentialTypeMetadata,
11971199// const ExtendedExistentialTypeShape *shape,
11981200// const void * const *generalizationArgs);
11991201FUNCTION(GetExtendedExistentialTypeMetadataUnique,
1200- swift_getExtendedExistentialTypeMetadata_unique, C_CC, AlwaysAvailable,
1202+ swift_getExtendedExistentialTypeMetadata_unique, C_CC,
1203+ ParameterizedExistentialAvailability,
12011204 RETURNS(TypeMetadataPtrTy),
12021205 ARGS(Int8PtrTy, Int8PtrPtrTy),
12031206 ATTRS(NoUnwind, ArgMemOnly, WillReturn),
0 commit comments