@@ -267,7 +267,7 @@ struct BridgedLifetimeDependenceInfo {
267
267
BRIDGED_INLINE bool checkScope (SwiftInt index) const ;
268
268
BRIDGED_INLINE SwiftInt getTargetIndex () const ;
269
269
270
- SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
270
+ BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
271
271
};
272
272
273
273
struct BridgedLifetimeDependenceInfoArray {
@@ -313,7 +313,7 @@ struct BridgedASTType {
313
313
}
314
314
#endif
315
315
316
- SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
316
+ BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
317
317
318
318
BRIDGED_INLINE bool hasTypeParameter () const ;
319
319
@@ -394,7 +394,7 @@ struct BridgedType {
394
394
}
395
395
#endif
396
396
397
- SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
397
+ BRIDGED_INLINE BridgedOwnedString getDebugDescription () const ;
398
398
BRIDGED_INLINE bool isNull () const ;
399
399
BRIDGED_INLINE bool isAddress () const ;
400
400
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedType getAddressType () const ;
@@ -486,7 +486,7 @@ struct BridgedValue {
486
486
487
487
Kind getKind () const ;
488
488
BRIDGED_INLINE swift::ValueBase * _Nonnull getSILValue () const ;
489
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
489
+ BridgedOwnedString getDebugDescription () const ;
490
490
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedOperand getFirstUse () const ;
491
491
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedType getType () const ;
492
492
BRIDGED_INLINE Ownership getOwnership () const ;
@@ -582,7 +582,7 @@ struct BridgedLocation {
582
582
}
583
583
#endif
584
584
585
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
585
+ BridgedOwnedString getDebugDescription () const ;
586
586
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedLocation getAutogeneratedLocation () const ;
587
587
BRIDGED_INLINE bool hasValidLineNumber () const ;
588
588
BRIDGED_INLINE bool isAutoGenerated () const ;
@@ -638,7 +638,7 @@ struct BridgedFunction {
638
638
SWIFT_IMPORT_UNSAFE BridgedFunction () {}
639
639
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE swift::SILFunction * _Nonnull getFunction () const ;
640
640
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedStringRef getName () const ;
641
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
641
+ BridgedOwnedString getDebugDescription () const ;
642
642
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedLocation getLocation () const ;
643
643
BRIDGED_INLINE bool hasOwnership () const ;
644
644
BRIDGED_INLINE bool hasLoweredAddresses () const ;
@@ -732,7 +732,7 @@ struct BridgedGlobalVar {
732
732
BridgedGlobalVar (SwiftObject obj) : obj(obj) {}
733
733
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE swift::SILGlobalVariable * _Nonnull getGlobal () const ;
734
734
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedNullableVarDecl getDecl () const ;
735
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
735
+ BridgedOwnedString getDebugDescription () const ;
736
736
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedStringRef getName () const ;
737
737
BRIDGED_INLINE bool isLet () const ;
738
738
BRIDGED_INLINE void setLet (bool value) const ;
@@ -849,7 +849,7 @@ struct BridgedInstruction {
849
849
#endif
850
850
851
851
BridgedInstruction (SwiftObject obj) : obj(obj) {}
852
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
852
+ BridgedOwnedString getDebugDescription () const ;
853
853
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedInstruction getNext () const ;
854
854
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedInstruction getPrevious () const ;
855
855
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedBasicBlock getParent () const ;
@@ -1111,7 +1111,7 @@ struct BridgedBasicBlock {
1111
1111
}
1112
1112
#endif
1113
1113
1114
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1114
+ BridgedOwnedString getDebugDescription () const ;
1115
1115
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedBasicBlock getNext () const ;
1116
1116
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedBasicBlock getPrevious () const ;
1117
1117
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedFunction getFunction () const ;
@@ -1151,7 +1151,7 @@ struct BridgedSuccessorArray {
1151
1151
struct BridgedVTableEntry {
1152
1152
const swift::SILVTableEntry * _Nonnull entry;
1153
1153
1154
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1154
+ BridgedOwnedString getDebugDescription () const ;
1155
1155
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedFunction getImplementation () const ;
1156
1156
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedVTableEntry advanceBy (SwiftInt index) const ;
1157
1157
};
@@ -1164,7 +1164,7 @@ struct BridgedVTableEntryArray {
1164
1164
struct BridgedVTable {
1165
1165
const swift::SILVTable * _Nonnull vTable;
1166
1166
1167
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1167
+ BridgedOwnedString getDebugDescription () const ;
1168
1168
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedVTableEntryArray getEntries () const ;
1169
1169
};
1170
1170
@@ -1185,7 +1185,7 @@ struct BridgedWitnessTableEntry {
1185
1185
}
1186
1186
#endif
1187
1187
1188
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1188
+ BridgedOwnedString getDebugDescription () const ;
1189
1189
BRIDGED_INLINE Kind getKind () const ;
1190
1190
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalBridgedFunction getMethodFunction () const ;
1191
1191
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedWitnessTableEntry advanceBy (SwiftInt index) const ;
@@ -1199,7 +1199,7 @@ struct BridgedWitnessTableEntryArray {
1199
1199
struct BridgedWitnessTable {
1200
1200
const swift::SILWitnessTable * _Nonnull table;
1201
1201
1202
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1202
+ BridgedOwnedString getDebugDescription () const ;
1203
1203
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedWitnessTableEntryArray getEntries () const ;
1204
1204
};
1205
1205
@@ -1210,7 +1210,7 @@ struct OptionalBridgedWitnessTable {
1210
1210
struct BridgedDefaultWitnessTable {
1211
1211
const swift::SILDefaultWitnessTable * _Nonnull table;
1212
1212
1213
- SWIFT_IMPORT_UNSAFE BridgedOwnedString getDebugDescription () const ;
1213
+ BridgedOwnedString getDebugDescription () const ;
1214
1214
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedWitnessTableEntryArray getEntries () const ;
1215
1215
};
1216
1216
0 commit comments