| ... | @@ -2961,9 +2961,9 @@ pub const Node = struct { | ... | @@ -2961,9 +2961,9 @@ pub const Node = struct { |
| 2961 | type_node: Index, | 2961 | type_node: Index, |
| 2962 | /// Populated if align(A) is present. | 2962 | /// Populated if align(A) is present. |
| 2963 | align_node: Index, | 2963 | align_node: Index, |
| 2964 | /// Populated if linksection(A) is present. | | |
| 2965 | addrspace_node: Index, | | |
| 2966 | /// Populated if addrspace(A) is present. | 2964 | /// Populated if addrspace(A) is present. |
| | 2965 | addrspace_node: Index, |
| | 2966 | /// Populated if linksection(A) is present. |
| 2967 | section_node: Index, | 2967 | section_node: Index, |
| 2968 | }; | 2968 | }; |
| 2969 | | 2969 | |
| ... | @@ -2995,9 +2995,9 @@ pub const Node = struct { | ... | @@ -2995,9 +2995,9 @@ pub const Node = struct { |
| 2995 | param: Index, | 2995 | param: Index, |
| 2996 | /// Populated if align(A) is present. | 2996 | /// Populated if align(A) is present. |
| 2997 | align_expr: Index, | 2997 | align_expr: Index, |
| 2998 | /// Populated if linksection(A) is present. | | |
| 2999 | addrspace_expr: Index, | | |
| 3000 | /// Populated if addrspace(A) is present. | 2998 | /// Populated if addrspace(A) is present. |
| | 2999 | addrspace_expr: Index, |
| | 3000 | /// Populated if linksection(A) is present. |
| 3001 | section_expr: Index, | 3001 | section_expr: Index, |
| 3002 | /// Populated if callconv(A) is present. | 3002 | /// Populated if callconv(A) is present. |
| 3003 | callconv_expr: Index, | 3003 | callconv_expr: Index, |