Lines Matching refs:LayoutItemBase
47 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase() function in LayoutItemBase
57 uint32_t LayoutItemBase::deepPaddingSize() const { in deepPaddingSize()
61 uint32_t LayoutItemBase::tailPadding() const { in tailPadding()
69 : LayoutItemBase(&Parent, Member.get(), Member->getName(), in DataMemberLayoutItem()
82 : LayoutItemBase(&Parent, Sym.get(), "<vbptr>", Offset, Size, false), in VBPtrLayoutItem()
98 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false), in VTableLayoutItem()
107 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase()
118 uint32_t Abs = LayoutItemBase::tailPadding(); in tailPadding()
120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
121 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding(); in tailPadding()
277 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
293 [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()