Home | History | Annotate | Download | only in DWARF

Lines Matching refs:sibling

1793             const DWARFDebugInfoEntry *sibling = GetSibling();
1794 assert (sibling); // TODO: take this out
1795 if (sibling)
1796 return die_offset < sibling->GetOffset();
2298 strm.PutCString("\noffset parent sibling child\n");