Home
last modified time | relevance | path

Searched refs:LayoutItems (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp120 if (!LayoutItems.empty()) { in tailPadding()
121 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
135 for (auto &LI : LayoutItems) { in ClassLayout()
293 auto Loc = std::upper_bound(LayoutItems.begin(), LayoutItems.end(), Begin, in addChildToLayout()
298 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h120 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()
139 std::vector<LayoutItemBase *> LayoutItems; variable