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.cpp122 if (!LayoutItems.empty()) { in tailPadding()
123 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
137 for (auto &LI : LayoutItems) { in ClassLayout()
296 LayoutItems, Begin, [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()
300 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h118 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()
137 std::vector<LayoutItemBase *> LayoutItems; variable