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

References

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  448     uint32_t getNameCount() const { return Hdr.NameCount; }
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  374   W.printNumber("Name count", NameCount);
  393   NameCount = AS.getU32(Offset);
  497     Offset += Hdr.NameCount * 4;
  499   Offset += Hdr.NameCount * 4;
  501   Offset += Hdr.NameCount * 4;
  627   assert(0 < Index && Index <= Hdr.NameCount);
  646   assert(0 < Index && Index <= Hdr.NameCount);
  726   if (Index > Hdr.NameCount) {
  731   for (; Index <= Hdr.NameCount; ++Index) {
  803   for (; Index <= Hdr.NameCount; ++Index) {