Lines Matching refs:EmptySubobjects
574 EmptySubobjectMap *EmptySubobjects; member in __anon79d41fe00111::ItaniumRecordLayoutBuilder
659 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
660 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()
1182 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1200 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1203 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()
1784 if (!IsUnion && EmptySubobjects) { in LayoutField()
1786 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()
1791 if (!IsUnion && EmptySubobjects) { in LayoutField()
1793 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()
2965 EmptySubobjectMap EmptySubobjects(*this, RD); in getASTRecordLayout() local
2966 ItaniumRecordLayoutBuilder Builder(*this, &EmptySubobjects); in getASTRecordLayout()
2986 EmptySubobjects.SizeOfLargestEmptySubobject, Builder.PrimaryBase, in getASTRecordLayout()