Searched refs:curr_die (Results 1 – 1 of 1) sorted by relevance
105 DWARFDebugInfoEntryMinimal *curr_die; in setDIERelations() local108 for (curr_die = die_array_begin; curr_die < die_array_end; ++curr_die) { in setDIERelations()111 DWARFDebugInfoEntryMinimal *next_die = curr_die + 1; in setDIERelations()114 curr_die->getAbbreviationDeclarationPtr(); in setDIERelations()119 next_die->setParent(curr_die); in setDIERelations()121 curr_die->setSibling(next_die); in setDIERelations()124 DWARFDebugInfoEntryMinimal *parent = curr_die->getParent(); in setDIERelations()132 curr_die->setParent(die_array_begin); in setDIERelations()