Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] libdwarf integration for types
[simgrid.git] / src / mc / mc_dwarf_attrnames.h
1 case DW_AT_sibling: return "DW_AT_sibling";
2 case DW_AT_location: return "DW_AT_location";
3 case DW_AT_name: return "DW_AT_name";
4 case DW_AT_ordering: return "DW_AT_ordering";
5 case DW_AT_subscr_data: return "DW_AT_subscr_data";
6 case DW_AT_byte_size: return "DW_AT_byte_size";
7 case DW_AT_bit_offset: return "DW_AT_bit_offset";
8 case DW_AT_bit_size: return "DW_AT_bit_size";
9 case DW_AT_element_list: return "DW_AT_element_list";
10 case DW_AT_stmt_list: return "DW_AT_stmt_list";
11 case DW_AT_low_pc: return "DW_AT_low_pc";
12 case DW_AT_high_pc: return "DW_AT_high_pc";
13 case DW_AT_language: return "DW_AT_language";
14 case DW_AT_member: return "DW_AT_member";
15 case DW_AT_discr: return "DW_AT_discr";
16 case DW_AT_discr_value: return "DW_AT_discr_value";
17 case DW_AT_visibility: return "DW_AT_visibility";
18 case DW_AT_import: return "DW_AT_import";
19 case DW_AT_string_length: return "DW_AT_string_length";
20 case DW_AT_common_reference: return "DW_AT_common_reference";
21 case DW_AT_comp_dir: return "DW_AT_comp_dir";
22 case DW_AT_const_value: return "DW_AT_const_value";
23 case DW_AT_containing_type: return "DW_AT_containing_type";
24 case DW_AT_default_value: return "DW_AT_default_value";
25 case DW_AT_inline: return "DW_AT_inline";
26 case DW_AT_is_optional: return "DW_AT_is_optional";
27 case DW_AT_lower_bound: return "DW_AT_lower_bound";
28 case DW_AT_producer: return "DW_AT_producer";
29 case DW_AT_prototyped: return "DW_AT_prototyped";
30 case DW_AT_return_addr: return "DW_AT_return_addr";
31 case DW_AT_start_scope: return "DW_AT_start_scope";
32 case DW_AT_bit_stride: return "DW_AT_bit_stride";
33 case DW_AT_upper_bound: return "DW_AT_upper_bound";
34 case DW_AT_abstract_origin: return "DW_AT_abstract_origin";
35 case DW_AT_accessibility: return "DW_AT_accessibility";
36 case DW_AT_address_class: return "DW_AT_address_class";
37 case DW_AT_artificial: return "DW_AT_artificial";
38 case DW_AT_base_types: return "DW_AT_base_types";
39 case DW_AT_calling_convention: return "DW_AT_calling_convention";
40 case DW_AT_count: return "DW_AT_count";
41 case DW_AT_data_member_location: return "DW_AT_data_member_location";
42 case DW_AT_decl_column: return "DW_AT_decl_column";
43 case DW_AT_decl_file: return "DW_AT_decl_file";
44 case DW_AT_decl_line: return "DW_AT_decl_line";
45 case DW_AT_declaration: return "DW_AT_declaration";
46 case DW_AT_discr_list: return "DW_AT_discr_list";
47 case DW_AT_encoding: return "DW_AT_encoding";
48 case DW_AT_external: return "DW_AT_external";
49 case DW_AT_frame_base: return "DW_AT_frame_base";
50 case DW_AT_friend: return "DW_AT_friend";
51 case DW_AT_identifier_case: return "DW_AT_identifier_case";
52 case DW_AT_macro_info: return "DW_AT_macro_info";
53 case DW_AT_namelist_item: return "DW_AT_namelist_item";
54 case DW_AT_priority: return "DW_AT_priority";
55 case DW_AT_segment: return "DW_AT_segment";
56 case DW_AT_specification: return "DW_AT_specification";
57 case DW_AT_static_link: return "DW_AT_static_link";
58 case DW_AT_type: return "DW_AT_type";
59 case DW_AT_use_location: return "DW_AT_use_location";
60 case DW_AT_variable_parameter: return "DW_AT_variable_parameter";
61 case DW_AT_virtuality: return "DW_AT_virtuality";
62 case DW_AT_vtable_elem_location: return "DW_AT_vtable_elem_location";
63 case DW_AT_allocated: return "DW_AT_allocated";
64 case DW_AT_associated: return "DW_AT_associated";
65 case DW_AT_data_location: return "DW_AT_data_location";
66 case DW_AT_byte_stride: return "DW_AT_byte_stride";
67 case DW_AT_entry_pc: return "DW_AT_entry_pc";
68 case DW_AT_use_UTF8: return "DW_AT_use_UTF8";
69 case DW_AT_extension: return "DW_AT_extension";
70 case DW_AT_ranges: return "DW_AT_ranges";
71 case DW_AT_trampoline: return "DW_AT_trampoline";
72 case DW_AT_call_column: return "DW_AT_call_column";
73 case DW_AT_call_file: return "DW_AT_call_file";
74 case DW_AT_call_line: return "DW_AT_call_line";
75 case DW_AT_description: return "DW_AT_description";
76 case DW_AT_binary_scale: return "DW_AT_binary_scale";
77 case DW_AT_decimal_scale: return "DW_AT_decimal_scale";
78 case DW_AT_small: return "DW_AT_small";
79 case DW_AT_decimal_sign: return "DW_AT_decimal_sign";
80 case DW_AT_digit_count: return "DW_AT_digit_count";
81 case DW_AT_picture_string: return "DW_AT_picture_string";
82 case DW_AT_mutable: return "DW_AT_mutable";
83 case DW_AT_threads_scaled: return "DW_AT_threads_scaled";
84 case DW_AT_explicit: return "DW_AT_explicit";
85 case DW_AT_object_pointer: return "DW_AT_object_pointer";
86 case DW_AT_endianity: return "DW_AT_endianity";
87 case DW_AT_elemental: return "DW_AT_elemental";
88 case DW_AT_pure: return "DW_AT_pure";
89 case DW_AT_recursive: return "DW_AT_recursive";
90 case DW_AT_signature: return "DW_AT_signature";
91 case DW_AT_main_subprogram: return "DW_AT_main_subprogram";
92 case DW_AT_data_bit_offset: return "DW_AT_data_bit_offset";
93 case DW_AT_const_expr: return "DW_AT_const_expr";
94 case DW_AT_enum_class: return "DW_AT_enum_class";
95 case DW_AT_linkage_name: return "DW_AT_linkage_name";
96 case DW_AT_lo_user: return "DW_AT_lo_user";
97 case DW_AT_MIPS_fde: return "DW_AT_MIPS_fde";
98 case DW_AT_MIPS_loop_begin: return "DW_AT_MIPS_loop_begin";
99 case DW_AT_MIPS_tail_loop_begin: return "DW_AT_MIPS_tail_loop_begin";
100 case DW_AT_MIPS_epilog_begin: return "DW_AT_MIPS_epilog_begin";
101 case DW_AT_MIPS_loop_unroll_factor: return "DW_AT_MIPS_loop_unroll_factor";
102 case DW_AT_MIPS_software_pipeline_depth: return "DW_AT_MIPS_software_pipeline_depth";
103 case DW_AT_MIPS_linkage_name: return "DW_AT_MIPS_linkage_name";
104 case DW_AT_MIPS_stride: return "DW_AT_MIPS_stride";
105 case DW_AT_MIPS_abstract_name: return "DW_AT_MIPS_abstract_name";
106 case DW_AT_MIPS_clone_origin: return "DW_AT_MIPS_clone_origin";
107 case DW_AT_MIPS_has_inlines: return "DW_AT_MIPS_has_inlines";
108 case DW_AT_MIPS_stride_byte: return "DW_AT_MIPS_stride_byte";
109 case DW_AT_MIPS_stride_elem: return "DW_AT_MIPS_stride_elem";
110 case DW_AT_MIPS_ptr_dopetype: return "DW_AT_MIPS_ptr_dopetype";
111 case DW_AT_MIPS_allocatable_dopetype: return "DW_AT_MIPS_allocatable_dopetype";
112 case DW_AT_MIPS_assumed_shape_dopetype: return "DW_AT_MIPS_assumed_shape_dopetype";
113 case DW_AT_MIPS_assumed_size: return "DW_AT_MIPS_assumed_size";
114 case DW_AT_sf_names: return "DW_AT_sf_names";
115 case DW_AT_src_info: return "DW_AT_src_info";
116 case DW_AT_mac_info: return "DW_AT_mac_info";
117 case DW_AT_src_coords: return "DW_AT_src_coords";
118 case DW_AT_body_begin: return "DW_AT_body_begin";
119 case DW_AT_body_end: return "DW_AT_body_end";
120 case DW_AT_GNU_vector: return "DW_AT_GNU_vector";
121 case DW_AT_GNU_guarded_by: return "DW_AT_GNU_guarded_by";
122 case DW_AT_GNU_pt_guarded_by: return "DW_AT_GNU_pt_guarded_by";
123 case DW_AT_GNU_guarded: return "DW_AT_GNU_guarded";
124 case DW_AT_GNU_pt_guarded: return "DW_AT_GNU_pt_guarded";
125 case DW_AT_GNU_locks_excluded: return "DW_AT_GNU_locks_excluded";
126 case DW_AT_GNU_exclusive_locks_required: return "DW_AT_GNU_exclusive_locks_required";
127 case DW_AT_GNU_shared_locks_required: return "DW_AT_GNU_shared_locks_required";
128 case DW_AT_GNU_odr_signature: return "DW_AT_GNU_odr_signature";
129 case DW_AT_GNU_template_name: return "DW_AT_GNU_template_name";
130 case DW_AT_GNU_call_site_value: return "DW_AT_GNU_call_site_value";
131 case DW_AT_GNU_call_site_data_value: return "DW_AT_GNU_call_site_data_value";
132 case DW_AT_GNU_call_site_target: return "DW_AT_GNU_call_site_target";
133 case DW_AT_GNU_call_site_target_clobbered: return "DW_AT_GNU_call_site_target_clobbered";
134 case DW_AT_GNU_tail_call: return "DW_AT_GNU_tail_call";
135 case DW_AT_GNU_all_tail_call_sites: return "DW_AT_GNU_all_tail_call_sites";
136 case DW_AT_GNU_all_call_sites: return "DW_AT_GNU_all_call_sites";
137 case DW_AT_GNU_all_source_call_sites: return "DW_AT_GNU_all_source_call_sites";
138 case DW_AT_GNU_macros: return "DW_AT_GNU_macros";
139 case DW_AT_hi_user: return "DW_AT_hi_user";