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

References

lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 1332       addDIEEntry(DW_Subrange, dwarf::DW_AT_count, *CountVarDIE);
 1334     addUInt(DW_Subrange, dwarf::DW_AT_count, None, Count);
lib/DebugInfo/DWARF/DWARFContext.cpp
 1009       if (auto ElemCountAttr = Child.find(DW_AT_count))
lib/DebugInfo/DWARF/DWARFDie.cpp
  157       if (Optional<DWARFFormValue> CountV = C.find(DW_AT_count))
  716   case DW_AT_count:
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3220             case DW_AT_count:
 3221               if (DWARFDIE var_die = die.GetReferencedDIE(DW_AT_count)) {