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

References

include/llvm/DebugInfo/DWARF/DWARFUnit.h
   92   const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; }
lib/DebugInfo/DWARF/DWARFUnit.cpp
  241   IndexEntry = Entry;
  242   if (!IndexEntry && Index)
  243     IndexEntry = Index->getFromOffset(*offset_ptr);
  265   if (IndexEntry) {
  268     auto *UnitContrib = IndexEntry->getOffset();
  271     auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV);