Home
last modified time | relevance | path

Searched refs:parent_die (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp142 const DWARFDebugInfoEntry* parent_die = die->GetParent(); in GeneratePubnames() local
143 while ( parent_die != NULL ) in GeneratePubnames()
145 switch (parent_die->Tag()) in GeneratePubnames()
170 parent_die = NULL; // Terminate the while loop. in GeneratePubnames()
175 parent_die = NULL; // Terminate the while loop. in GeneratePubnames()
179parent_die = parent_die->GetParent(); // Keep going in the while loop. in GeneratePubnames()
DDWARFCompileUnit.cpp713 const DWARFDebugInfoEntry* parent_die = die.GetParent(); in Index() local
714 while ( parent_die != NULL ) in Index()
716 switch (parent_die->Tag()) in Index()
741 parent_die = NULL; // Terminate the while loop. in Index()
746 parent_die = NULL; // Terminate the while loop. in Index()
750parent_die = parent_die->GetParent(); // Keep going in the while loop. in Index()
DSymbolFileDWARF.h344 const DWARFDebugInfoEntry *parent_die);
364 const DWARFDebugInfoEntry *parent_die,
384 const DWARFDebugInfoEntry *parent_die,
517 const DWARFDebugInfoEntry *parent_die,
DSymbolFileDWARF.cpp1510 const DWARFDebugInfoEntry *parent_die, in ParseTemplateParameterInfos() argument
1514 if (parent_die == NULL) in ParseTemplateParameterInfos()
1518 for (const DWARFDebugInfoEntry *die = parent_die->GetFirstChild(); in ParseTemplateParameterInfos()
1657 const DWARFDebugInfoEntry *parent_die) in ClassOrStructIsVirtual() argument
1659 if (parent_die) in ClassOrStructIsVirtual()
1661 …for (const DWARFDebugInfoEntry *die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibl… in ClassOrStructIsVirtual()
1689 const DWARFDebugInfoEntry *parent_die, in ParseChildMembers() argument
1701 if (parent_die == NULL) in ParseChildMembers()
1710 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ParseChildMembers()
2038 …uint64_t parent_byte_size = parent_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_byte_siz… in ParseChildMembers()
[all …]