reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; }
lib/DebugInfo/PDB/UDTLayout.cpp119 if (!LayoutItems.empty()) { 120 const LayoutItemBase *Back = LayoutItems.back(); 134 for (auto &LI : LayoutItems) { 292 auto Loc = std::upper_bound(LayoutItems.begin(), LayoutItems.end(), Begin, 292 auto Loc = std::upper_bound(LayoutItems.begin(), LayoutItems.end(), Begin, 297 LayoutItems.insert(Loc, Child.get());