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

References

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  589   const_iterator begin() const { return NameIndices.begin(); }
  590   const_iterator end() const { return NameIndices.end(); }
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  766     NameIndices.push_back(std::move(Next));
  778   for (const NameIndex &NI : NameIndices)
  834   for (const NameIndex *End = CurrentIndex->Section.NameIndices.end();
  850   if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) {
  862     : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), Key(Key) {
  875   if (NameIndices.empty())
  882   if (CUToNameIndex.size() == 0 && NameIndices.size() > 0) {