Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
574 EmptySubobjectMap *EmptySubobjects; member in __anon79d41fe00111::ItaniumRecordLayoutBuilder659 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument660 : 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()[all …]