Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp121 if (!LayoutItems.empty()) { in tailPadding()
122 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
136 for (auto &LI : LayoutItems) { in ClassLayout()
295 LayoutItems, Begin, [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()
299 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h125 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()
144 std::vector<LayoutItemBase *> LayoutItems; variable