Home | History | Annotate | Download | only in DWARF

Lines Matching refs:dies

154 // Parses a compile unit and indexes its DIEs if it hasn't already been
226 // the NULL DIEs from the list (saves up to 25% in C++ code),
389 // is accurate. If the DIEs weren't parsed, then we don't want all dies for
430 // Keep memory down by clearing DIEs if this generate function
566 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) const
568 size_t old_size = dies.Size();
574 dies.Append (&(*pos));
577 // Return the number of DIEs added to the collection
578 return dies.Size() - old_size;