Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
584 EmptySubobjectMap *EmptySubobjects; member in __anond6239b400111::ItaniumRecordLayoutBuilder692 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument693 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()1262 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()1284 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()1287 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()2025 if (!IsUnion && EmptySubobjects) { in LayoutField()2027 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()2032 if (!IsUnion && EmptySubobjects) { in LayoutField()2034 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()[all …]