HomeSort by relevance Sort by last modified time
    Searched refs:dies (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.cpp 93 DWARFDIECollection dies; local
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) +
95 cu->AppendDIEsWithTag (DW_TAG_variable, dies);
103 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
200 // Keep memory down by clearing DIEs if this generate function
225 DWARFDIECollection dies; local
226 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_base_type, dies);
233 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
DWARFCompileUnit.cpp 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
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-350434.js 22 // a lazy deopt when that map dies.
  /external/bison/data/
glr.c     [all...]
  /external/elfutils/0.153/src/
readelf.c 5828 Dwarf_Die *dies = (Dwarf_Die *) xmalloc (maxdies * sizeof (Dwarf_Die)); local
    [all...]

Completed in 103 milliseconds