Lines Matching refs:LayoutItemBase
48 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase() function in LayoutItemBase
58 uint32_t LayoutItemBase::deepPaddingSize() const { in deepPaddingSize()
62 uint32_t LayoutItemBase::tailPadding() const { in tailPadding()
70 : LayoutItemBase(&Parent, Member.get(), Member->getName(), in DataMemberLayoutItem()
83 : LayoutItemBase(&Parent, Sym.get(), "<vbptr>", Offset, Size, false), in VBPtrLayoutItem()
99 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false), in VTableLayoutItem()
108 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase()
119 uint32_t Abs = LayoutItemBase::tailPadding(); in tailPadding()
121 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
122 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding(); in tailPadding()
278 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
294 [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()