Searched refs:parent_die (Results 1 – 4 of 4) sorted by relevance
142 const DWARFDebugInfoEntry* parent_die = die->GetParent(); in GeneratePubnames() local143 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()179 … parent_die = parent_die->GetParent(); // Keep going in the while loop. in GeneratePubnames()
713 const DWARFDebugInfoEntry* parent_die = die.GetParent(); in Index() local714 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()750 … parent_die = parent_die->GetParent(); // Keep going in the while loop. in Index()
344 const DWARFDebugInfoEntry *parent_die);364 const DWARFDebugInfoEntry *parent_die,384 const DWARFDebugInfoEntry *parent_die,517 const DWARFDebugInfoEntry *parent_die,
1510 const DWARFDebugInfoEntry *parent_die, in ParseTemplateParameterInfos() argument1514 if (parent_die == NULL) in ParseTemplateParameterInfos()1518 for (const DWARFDebugInfoEntry *die = parent_die->GetFirstChild(); in ParseTemplateParameterInfos()1657 const DWARFDebugInfoEntry *parent_die) in ClassOrStructIsVirtual() argument1659 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() argument1701 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 …]