reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/PDB/UDTLayout.h
  119   ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; }
lib/DebugInfo/PDB/UDTLayout.cpp
  119   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());