Searched refs:die_ref (Results 1 – 1 of 1) sorted by relevance
2302 const DWARFDebugInfoEntry& die_ref = *pos; in DumpDIECollection() local2303 const DWARFDebugInfoEntry* p = die_ref.GetParent(); in DumpDIECollection()2304 const DWARFDebugInfoEntry* s = die_ref.GetSibling(); in DumpDIECollection()2305 const DWARFDebugInfoEntry* c = die_ref.GetFirstChild(); in DumpDIECollection()2307 die_ref.GetOffset(), in DumpDIECollection()2311 die_ref.Tag(), in DumpDIECollection()2312 DW_TAG_value_to_name(die_ref.Tag()), in DumpDIECollection()2313 die_ref.HasChildren() ? " *" : ""); in DumpDIECollection()