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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  552   if (NameIdx->getCUCount() == 1)
  559   if (!Index || *Index >= NameIdx->getCUCount())
  884       for (uint32_t CU = 0; CU < NI.getCUCount(); ++CU)
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  926     if (NI.getCUCount() == 0) {
  932     for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) {
 1161     if (NI.getCUCount() > 1 && !Attributes.count(dwarf::DW_IDX_compile_unit)) {
 1220     if (CUIndex > NI.getCUCount()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   40     for (uint32_t cu = 0; cu < ni.getCUCount(); ++cu)