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

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  165     auto Die = Unit.getDIEAtIndex(I);
tools/dsymutil/CompileUnit.cpp
   18     if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram)
   41     auto DIE = OrigUnit.getDIEAtIndex(Idx++);
tools/dsymutil/DwarfLinker.cpp
  784     lookForDIEsToKeep(RelocMgr, Ranges, Units, Unit.getDIEAtIndex(AncestorIdx),
 1541                             ? U.getDIEAtIndex(Idx + 1).getOffset()
 2139       CU->getOrigUnit().getDIEAtIndex(CU->getInfo(Idx).ParentIdx).getTag() ==
 2143   DWARFDie Die = OrigUnit->getDIEAtIndex(CU->getInfo(Idx).ParentIdx);