@@ -18,8 +18,19 @@ CASV1_SIMPLE_DATA_REF(DataInCodeRef, mc:data_in_code)
18
18
CASV1_SIMPLE_DATA_REF(CStringRef, mc:cstring)
19
19
CASV1_SIMPLE_DATA_REF(MergedFragmentRef, mc:merged_fragment)
20
20
CASV1_SIMPLE_DATA_REF(DebugStrRef, mc:debug_string)
21
+ CASV1_SIMPLE_DATA_REF(DebugStrOffsetsRef, mc:debug_string_offsets)
22
+ CASV1_SIMPLE_DATA_REF(DebugLocRef, mc:debug_loc)
23
+ CASV1_SIMPLE_DATA_REF(DebugLoclistsRef, mc:debug_loclists)
24
+ CASV1_SIMPLE_DATA_REF(DebugRangesRef, mc:debug_ranges)
25
+ CASV1_SIMPLE_DATA_REF(DebugRangelistsRef, mc:debug_rangelists)
26
+ CASV1_SIMPLE_DATA_REF(DebugNamesRef, mc:debug_names)
27
+ CASV1_SIMPLE_DATA_REF(AppleNamesRef, mc:apple_names)
28
+ CASV1_SIMPLE_DATA_REF(AppleTypesRef, mc:apple_types)
29
+ CASV1_SIMPLE_DATA_REF(AppleNamespaceRef, mc:apple_namespac)
30
+ CASV1_SIMPLE_DATA_REF(AppleObjCRef, mc:apple_objc)
21
31
CASV1_SIMPLE_DATA_REF(DebugLineRef, mc:debug_line)
22
32
CASV1_SIMPLE_DATA_REF(DebugLineUnoptRef, mc:debug_line_unopt)
33
+ CASV1_SIMPLE_DATA_REF(DebugLineStrRef, mc:debug_line_str)
23
34
CASV1_SIMPLE_DATA_REF(DebugInfoUnoptRef, mc:debug_info_unopt)
24
35
CASV1_SIMPLE_DATA_REF(DebugAbbrevUnoptRef, mc:debug_abbrev_unopt)
25
36
CASV1_SIMPLE_DATA_REF(DistinctDebugLineRef, mc:debug_line_distinct_data)
@@ -37,9 +48,20 @@ CASV1_SIMPLE_GROUP_REF(GroupRef, mc:group)
37
48
CASV1_SIMPLE_GROUP_REF(SectionRef, mc:section)
38
49
CASV1_SIMPLE_GROUP_REF(DebugAbbrevSectionRef, mc:debug_abbrev_section)
39
50
CASV1_SIMPLE_GROUP_REF(DebugLineSectionRef, mc:debug_line_section)
51
+ CASV1_SIMPLE_GROUP_REF(DebugLineStrSectionRef, mc:debug_line_str_section)
40
52
CASV1_SIMPLE_GROUP_REF(AtomRef, mc:atom)
41
53
CASV1_SIMPLE_GROUP_REF(SymbolTableRef, mc:symbol_table)
42
54
CASV1_SIMPLE_GROUP_REF(DebugStringSectionRef, mc:debug_string_section)
55
+ CASV1_SIMPLE_GROUP_REF(DebugStringOffsetsSectionRef, mc:debug_string_offsets_section)
56
+ CASV1_SIMPLE_GROUP_REF(DebugLocSectionRef, mc:debug_loc_section)
57
+ CASV1_SIMPLE_GROUP_REF(DebugLoclistsSectionRef, mc:debug_loclists_section)
58
+ CASV1_SIMPLE_GROUP_REF(DebugRangesSectionRef, mc:debug_ranges_section)
59
+ CASV1_SIMPLE_GROUP_REF(DebugRangelistsSectionRef, mc:debug_rangelists_section)
60
+ CASV1_SIMPLE_GROUP_REF(DebugNamesSectionRef, mc:debug_names_section)
61
+ CASV1_SIMPLE_GROUP_REF(AppleNamesSectionRef, mc:apple_names_section)
62
+ CASV1_SIMPLE_GROUP_REF(AppleTypesSectionRef, mc:apple_types_section)
63
+ CASV1_SIMPLE_GROUP_REF(AppleNamespaceSectionRef, mc:apple_namepsac_section)
64
+ CASV1_SIMPLE_GROUP_REF(AppleObjCSectionRef, mc:apple_objc_section)
43
65
CASV1_SIMPLE_GROUP_REF(DIEAbbrevSetRef, mc:debug_DIE_abbrev_set)
44
66
CASV1_SIMPLE_GROUP_REF(DIETopLevelRef, mc:debug_DIE_top_level)
45
67
CASV1_SIMPLE_GROUP_REF(DIEDedupeTopLevelRef, mc:debug_DIE_Dedupe_top_level)
0 commit comments