SIL: Plumb TypeExpansionContext through SIL

This commit is contained in:
Arnold Schwaighofer
2019-11-04 11:56:44 -08:00
parent e67b96139d
commit 9ecda0c574
21 changed files with 315 additions and 202 deletions

View File

@@ -515,6 +515,8 @@ public:
SILType getLoweredLoadableType(Type t) const;
SILType getLoweredType(SILType t) const;
const Lowering::TypeLowering &getTypeLowering(SILType type) const;
bool isTypeABIAccessible(SILType type) const;