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

References

lib/DebugInfo/DWARF/DWARFUnit.cpp
  680   const uint32_t Depth = Die->getDepth();
  690     if (DieArray[I].getDepth() == ParentDepth)
  699   uint32_t Depth = Die->getDepth();
  710     if (DieArray[I].getDepth() == Depth)
  719   uint32_t Depth = Die->getDepth();
  727     if (DieArray[I].getDepth() == Depth - 1)
  729     if (DieArray[I].getDepth() == Depth)
  750   uint32_t Depth = Die->getDepth();
  753     if (DieArray[I].getDepth() == Depth + 1 &&
  756     assert(DieArray[I].getDepth() > Depth && "Not processing children?");