Searched refs:child_die (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c377 Dwarf_Die child_die; local
390 die_find_child(die_mem, callback, data, &child_die)) {
391 memcpy(die_mem, &child_die, sizeof(Dwarf_Die));
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp292 for (const DWARFDebugInfoEntry *child_die = die->GetFirstChild();
293 child_die != NULL;
294 child_die = child_die->GetSibling())
296 GetTypes (cu, child_die, min_die_offset, max_die_offset, type_mask, type_set);
431 GetParentSymbolContextDIE(const DWARFDebugInfoEntry *child_die) argument
434 for (die = child_die->GetParent(); die != NULL; die = die->GetParent())
7586 for (const DWARFDebugInfoEntry *child_die = die->GetFirstChild(); child_die != NULL; child_die
[all...]

Completed in 143 milliseconds