Searched refs:dies (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp93 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);
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);
H A DDWARFCompileUnit.cpp389 // is accurate. If the DIEs weren't parsed, then we don't want all dies for
566 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) const argument
568 size_t old_size = dies.Size();
574 dies.Append (&(*pos));
578 return dies.Size() - old_size;
/external/bison/data/
H A Dglr.c1949 YYDPRINTF ((stderr, "Stack %lu dies.\n",
1996 YYDPRINTF ((stderr, "Stack %lu dies.\n",
/external/elfutils/src/
H A Dreadelf.c6216 Dwarf_Die *dies = (Dwarf_Die *) xmalloc (maxdies * sizeof (Dwarf_Die)); local
6270 (dbg, offset, &dies[level]) == NULL))
6279 args.cu = dies[0].cu;
6283 offset = dwarf_dieoffset (&dies[level]);
6292 int tag = dwarf_tag (&dies[level]);
6309 args.die = &dies[level];
6310 (void) dwarf_getattrs (&dies[level], attr_callback, &args, 0);
6314 dies = (Dwarf_Die *) xrealloc (dies,
6318 int res = dwarf_child (&dies[leve
[all...]

Completed in 135 milliseconds