mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IRGen: Optionally use value witness instead of outlined value functions
... if type layout based value witness emission is enabled. rdar://51988441
This commit is contained in:
@@ -675,6 +675,10 @@ public:
|
||||
/// the given module?
|
||||
bool isTypeMetadataAccessible(CanType type);
|
||||
|
||||
/// Can type metadata necessary for value operations for the given sil type be
|
||||
/// fetched in the given module?
|
||||
bool isTypeMetadataForLayoutAccessible(SILType type);
|
||||
|
||||
/// Run the SIL verifier to make sure that all Functions follow
|
||||
/// invariants.
|
||||
void verify() const;
|
||||
|
||||
Reference in New Issue
Block a user