split conversion pass into three (types, udts, and symbols) and use

new locations chunk list
This commit is contained in:
Nikita Smith
2025-09-29 00:11:27 -07:00
parent 07d77a0e79
commit 8bf0a3de5b
5 changed files with 1155 additions and 918 deletions
+2
View File
@@ -1999,6 +1999,8 @@ dw_u64_from_attrib(DW_Input *input, DW_CompUnit *cu, DW_Tag tag, DW_AttribKind k
} else {
result = dw_interp_const_u64(attrib->form_kind, attrib->form);
}
} else if (attrib_class == DW_AttribClass_Address) {
result = dw_address_from_attrib(input, cu, attrib);
} else if (attrib_class == DW_AttribClass_Reference) {
NotImplemented;
} else if (attrib_class != DW_AttribClass_Null) {