| ... | ... | @@ -1169,13 +1169,14 @@ pub const Object = struct { |
| 1169 | 1169 | llvm.DIFlags.NoReturn |
| 1170 | 1170 | else |
| 1171 | 1171 | 0; |
| 1172 | const decl_di_ty = try o.lowerDebugType(decl.ty, .full); |
| 1172 | 1173 | const subprogram = dib.createFunction( |
| 1173 | 1174 | di_file.?.toScope(), |
| 1174 | 1175 | mod.intern_pool.stringToSlice(decl.name), |
| 1175 | 1176 | llvm_func.getValueName(), |
| 1176 | 1177 | di_file.?, |
| 1177 | 1178 | line_number, |
| 1178 | | try o.lowerDebugType(decl.ty, .full), |
| 1179 | decl_di_ty, |
| 1179 | 1180 | is_internal_linkage, |
| 1180 | 1181 | true, // is definition |
| 1181 | 1182 | line_number + func.lbrace_line, // scope line |