Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup mc_dwarf.c
[simgrid.git] / src / mc / mc_dwarf_tagnames.h
1 case DW_TAG_array_type: return "DW_TAG_array_type";
2 case DW_TAG_class_type: return "DW_TAG_class_type";
3 case DW_TAG_entry_point: return "DW_TAG_entry_point";
4 case DW_TAG_enumeration_type: return "DW_TAG_enumeration_type";
5 case DW_TAG_formal_parameter: return "DW_TAG_formal_parameter";
6 case DW_TAG_imported_declaration: return "DW_TAG_imported_declaration";
7 case DW_TAG_label: return "DW_TAG_label";
8 case DW_TAG_lexical_block: return "DW_TAG_lexical_block";
9 case DW_TAG_member: return "DW_TAG_member";
10 case DW_TAG_pointer_type: return "DW_TAG_pointer_type";
11 case DW_TAG_reference_type: return "DW_TAG_reference_type";
12 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
13 case DW_TAG_string_type: return "DW_TAG_string_type";
14 case DW_TAG_structure_type: return "DW_TAG_structure_type";
15 case DW_TAG_subroutine_type: return "DW_TAG_subroutine_type";
16 case DW_TAG_typedef: return "DW_TAG_typedef";
17 case DW_TAG_union_type: return "DW_TAG_union_type";
18 case DW_TAG_unspecified_parameters: return "DW_TAG_unspecified_parameters";
19 case DW_TAG_variant: return "DW_TAG_variant";
20 case DW_TAG_common_block: return "DW_TAG_common_block";
21 case DW_TAG_common_inclusion: return "DW_TAG_common_inclusion";
22 case DW_TAG_inheritance: return "DW_TAG_inheritance";
23 case DW_TAG_inlined_subroutine: return "DW_TAG_inlined_subroutine";
24 case DW_TAG_module: return "DW_TAG_module";
25 case DW_TAG_ptr_to_member_type: return "DW_TAG_ptr_to_member_type";
26 case DW_TAG_set_type: return "DW_TAG_set_type";
27 case DW_TAG_subrange_type: return "DW_TAG_subrange_type";
28 case DW_TAG_with_stmt: return "DW_TAG_with_stmt";
29 case DW_TAG_access_declaration: return "DW_TAG_access_declaration";
30 case DW_TAG_base_type: return "DW_TAG_base_type";
31 case DW_TAG_catch_block: return "DW_TAG_catch_block";
32 case DW_TAG_const_type: return "DW_TAG_const_type";
33 case DW_TAG_constant: return "DW_TAG_constant";
34 case DW_TAG_enumerator: return "DW_TAG_enumerator";
35 case DW_TAG_file_type: return "DW_TAG_file_type";
36 case DW_TAG_friend: return "DW_TAG_friend";
37 case DW_TAG_namelist: return "DW_TAG_namelist";
38 case DW_TAG_namelist_item: return "DW_TAG_namelist_item";
39 case DW_TAG_packed_type: return "DW_TAG_packed_type";
40 case DW_TAG_subprogram: return "DW_TAG_subprogram";
41 case DW_TAG_template_type_parameter: return "DW_TAG_template_type_parameter";
42 case DW_TAG_template_value_parameter: return "DW_TAG_template_value_parameter";
43 case DW_TAG_thrown_type: return "DW_TAG_thrown_type";
44 case DW_TAG_try_block: return "DW_TAG_try_block";
45 case DW_TAG_variant_part: return "DW_TAG_variant_part";
46 case DW_TAG_variable: return "DW_TAG_variable";
47 case DW_TAG_volatile_type: return "DW_TAG_volatile_type";
48 case DW_TAG_dwarf_procedure: return "DW_TAG_dwarf_procedure";
49 case DW_TAG_restrict_type: return "DW_TAG_restrict_type";
50 case DW_TAG_interface_type: return "DW_TAG_interface_type";
51 case DW_TAG_namespace: return "DW_TAG_namespace";
52 case DW_TAG_imported_module: return "DW_TAG_imported_module";
53 case DW_TAG_unspecified_type: return "DW_TAG_unspecified_type";
54 case DW_TAG_partial_unit: return "DW_TAG_partial_unit";
55 case DW_TAG_imported_unit: return "DW_TAG_imported_unit";
56 case DW_TAG_mutable_type: return "DW_TAG_mutable_type";
57 case DW_TAG_condition: return "DW_TAG_condition";
58 case DW_TAG_shared_type: return "DW_TAG_shared_type";
59 case DW_TAG_type_unit: return "DW_TAG_type_unit";
60 case DW_TAG_rvalue_reference_type: return "DW_TAG_rvalue_reference_type";
61 case DW_TAG_template_alias: return "DW_TAG_template_alias";
62 case DW_TAG_lo_user: return "DW_TAG_lo_user";
63 case DW_TAG_MIPS_loop: return "DW_TAG_MIPS_loop";
64 case DW_TAG_format_label: return "DW_TAG_format_label";
65 case DW_TAG_function_template: return "DW_TAG_function_template";
66 case DW_TAG_class_template: return "DW_TAG_class_template";
67 case DW_TAG_GNU_BINCL: return "DW_TAG_GNU_BINCL";
68 case DW_TAG_GNU_EINCL: return "DW_TAG_GNU_EINCL";
69 case DW_TAG_GNU_template_template_param: return "DW_TAG_GNU_template_template_param";
70 case DW_TAG_GNU_template_parameter_pack: return "DW_TAG_GNU_template_parameter_pack";
71 case DW_TAG_GNU_formal_parameter_pack: return "DW_TAG_GNU_formal_parameter_pack";
72 case DW_TAG_GNU_call_site: return "DW_TAG_GNU_call_site";
73 case DW_TAG_GNU_call_site_parameter: return "DW_TAG_GNU_call_site_parameter";
74 case DW_TAG_hi_user: return "DW_TAG_hi_user";