Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
572 EmptySubobjectMap *EmptySubobjects; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder687 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument688 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()1257 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()1281 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()1284 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()2062 if (!IsUnion && EmptySubobjects) { in LayoutField()2064 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()2069 if (!IsUnion && EmptySubobjects) { in LayoutField()2071 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()[all …]