| ... | ... | @@ -2632,7 +2632,7 @@ pub fn updateComptimeNav(dwarf: *Dwarf, pt: Zcu.PerThread, nav_index: InternPool |
| 2632 | 2632 | |
| 2633 | 2633 | const type_gop = try dwarf.types.getOrPut(dwarf.gpa, nav_val.toIntern()); |
| 2634 | 2634 | if (type_gop.found_existing) { |
| 2635 | | dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).clear(); |
| 2635 | if (dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).len > 0) break :tag .decl_alias; |
| 2636 | 2636 | nav_gop.value_ptr.* = type_gop.value_ptr.*; |
| 2637 | 2637 | } else { |
| 2638 | 2638 | if (nav_gop.found_existing) |
| ... | ... | @@ -2733,7 +2733,7 @@ pub fn updateComptimeNav(dwarf: *Dwarf, pt: Zcu.PerThread, nav_index: InternPool |
| 2733 | 2733 | |
| 2734 | 2734 | const type_gop = try dwarf.types.getOrPut(dwarf.gpa, nav_val.toIntern()); |
| 2735 | 2735 | if (type_gop.found_existing) { |
| 2736 | | dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).clear(); |
| 2736 | if (dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).len > 0) break :tag .decl_alias; |
| 2737 | 2737 | nav_gop.value_ptr.* = type_gop.value_ptr.*; |
| 2738 | 2738 | } else { |
| 2739 | 2739 | if (nav_gop.found_existing) |
| ... | ... | @@ -2788,7 +2788,7 @@ pub fn updateComptimeNav(dwarf: *Dwarf, pt: Zcu.PerThread, nav_index: InternPool |
| 2788 | 2788 | |
| 2789 | 2789 | const type_gop = try dwarf.types.getOrPut(dwarf.gpa, nav_val.toIntern()); |
| 2790 | 2790 | if (type_gop.found_existing) { |
| 2791 | | dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).clear(); |
| 2791 | if (dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).len > 0) break :tag .decl_alias; |
| 2792 | 2792 | nav_gop.value_ptr.* = type_gop.value_ptr.*; |
| 2793 | 2793 | } else { |
| 2794 | 2794 | if (nav_gop.found_existing) |
| ... | ... | @@ -2879,7 +2879,7 @@ pub fn updateComptimeNav(dwarf: *Dwarf, pt: Zcu.PerThread, nav_index: InternPool |
| 2879 | 2879 | |
| 2880 | 2880 | const type_gop = try dwarf.types.getOrPut(dwarf.gpa, nav_val.toIntern()); |
| 2881 | 2881 | if (type_gop.found_existing) { |
| 2882 | | dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).clear(); |
| 2882 | if (dwarf.debug_info.section.getUnit(wip_nav.unit).getEntry(type_gop.value_ptr.*).len > 0) break :tag .decl_alias; |
| 2883 | 2883 | nav_gop.value_ptr.* = type_gop.value_ptr.*; |
| 2884 | 2884 | } else { |
| 2885 | 2885 | if (nav_gop.found_existing) |