mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen/Runtime: Method override descriptors
This commit is contained in:
@@ -353,6 +353,13 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
Int32Ty
|
||||
});
|
||||
|
||||
MethodOverrideDescriptorStructTy
|
||||
= createStructType(*this, "swift.method_override_descriptor", {
|
||||
RelativeAddressTy,
|
||||
RelativeAddressTy,
|
||||
RelativeAddressTy
|
||||
});
|
||||
|
||||
TypeMetadataRecordTy
|
||||
= createStructType(*this, "swift.type_metadata_record", {
|
||||
RelativeAddressTy
|
||||
|
||||
Reference in New Issue
Block a user