mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Support in-place value metadata initialization in the runtime.
This commit is contained in:
@@ -653,6 +653,13 @@ FUNCTION(GetForeignWitnessTable, swift_getForeignWitnessTable, C_CC,
|
||||
ProtocolDescriptorPtrTy),
|
||||
ATTRS(NoUnwind, ReadNone))
|
||||
|
||||
// MetadataResponse swift_getInPlaceMetadata(MetadataRequest request,
|
||||
// TypeContextDescriptor *type);
|
||||
FUNCTION(GetInPlaceMetadata, swift_getInPlaceMetadata, SwiftCC,
|
||||
RETURNS(TypeMetadataResponseTy),
|
||||
ARGS(SizeTy, TypeContextDescriptorPtrTy),
|
||||
ATTRS(NoUnwind, ReadNone))
|
||||
|
||||
// MetadataResponse swift_getGenericMetadata(MetadataRequest request,
|
||||
// const void * const *arguments,
|
||||
// TypeContextDescriptor *type);
|
||||
|
||||
Reference in New Issue
Block a user