Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp119 if (!LayoutItems.empty()) { in tailPadding()
120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()
134 for (auto &LI : LayoutItems) { in ClassLayout()
293 LayoutItems, Begin, [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()
297 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h119 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()
138 std::vector<LayoutItemBase *> LayoutItems; variable