Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] libdwarf integration for types
[simgrid.git] / src / mc / mc_dwarf_attrnames.h
diff --git a/src/mc/mc_dwarf_attrnames.h b/src/mc/mc_dwarf_attrnames.h
new file mode 100644 (file)
index 0000000..6ddc3ab
--- /dev/null
@@ -0,0 +1,139 @@
+case DW_AT_sibling: return "DW_AT_sibling";
+case DW_AT_location: return "DW_AT_location";
+case DW_AT_name: return "DW_AT_name";
+case DW_AT_ordering: return "DW_AT_ordering";
+case DW_AT_subscr_data: return "DW_AT_subscr_data";
+case DW_AT_byte_size: return "DW_AT_byte_size";
+case DW_AT_bit_offset: return "DW_AT_bit_offset";
+case DW_AT_bit_size: return "DW_AT_bit_size";
+case DW_AT_element_list: return "DW_AT_element_list";
+case DW_AT_stmt_list: return "DW_AT_stmt_list";
+case DW_AT_low_pc: return "DW_AT_low_pc";
+case DW_AT_high_pc: return "DW_AT_high_pc";
+case DW_AT_language: return "DW_AT_language";
+case DW_AT_member: return "DW_AT_member";
+case DW_AT_discr: return "DW_AT_discr";
+case DW_AT_discr_value: return "DW_AT_discr_value";
+case DW_AT_visibility: return "DW_AT_visibility";
+case DW_AT_import: return "DW_AT_import";
+case DW_AT_string_length: return "DW_AT_string_length";
+case DW_AT_common_reference: return "DW_AT_common_reference";
+case DW_AT_comp_dir: return "DW_AT_comp_dir";
+case DW_AT_const_value: return "DW_AT_const_value";
+case DW_AT_containing_type: return "DW_AT_containing_type";
+case DW_AT_default_value: return "DW_AT_default_value";
+case DW_AT_inline: return "DW_AT_inline";
+case DW_AT_is_optional: return "DW_AT_is_optional";
+case DW_AT_lower_bound: return "DW_AT_lower_bound";
+case DW_AT_producer: return "DW_AT_producer";
+case DW_AT_prototyped: return "DW_AT_prototyped";
+case DW_AT_return_addr: return "DW_AT_return_addr";
+case DW_AT_start_scope: return "DW_AT_start_scope";
+case DW_AT_bit_stride: return "DW_AT_bit_stride";
+case DW_AT_upper_bound: return "DW_AT_upper_bound";
+case DW_AT_abstract_origin: return "DW_AT_abstract_origin";
+case DW_AT_accessibility: return "DW_AT_accessibility";
+case DW_AT_address_class: return "DW_AT_address_class";
+case DW_AT_artificial: return "DW_AT_artificial";
+case DW_AT_base_types: return "DW_AT_base_types";
+case DW_AT_calling_convention: return "DW_AT_calling_convention";
+case DW_AT_count: return "DW_AT_count";
+case DW_AT_data_member_location: return "DW_AT_data_member_location";
+case DW_AT_decl_column: return "DW_AT_decl_column";
+case DW_AT_decl_file: return "DW_AT_decl_file";
+case DW_AT_decl_line: return "DW_AT_decl_line";
+case DW_AT_declaration: return "DW_AT_declaration";
+case DW_AT_discr_list: return "DW_AT_discr_list";
+case DW_AT_encoding: return "DW_AT_encoding";
+case DW_AT_external: return "DW_AT_external";
+case DW_AT_frame_base: return "DW_AT_frame_base";
+case DW_AT_friend: return "DW_AT_friend";
+case DW_AT_identifier_case: return "DW_AT_identifier_case";
+case DW_AT_macro_info: return "DW_AT_macro_info";
+case DW_AT_namelist_item: return "DW_AT_namelist_item";
+case DW_AT_priority: return "DW_AT_priority";
+case DW_AT_segment: return "DW_AT_segment";
+case DW_AT_specification: return "DW_AT_specification";
+case DW_AT_static_link: return "DW_AT_static_link";
+case DW_AT_type: return "DW_AT_type";
+case DW_AT_use_location: return "DW_AT_use_location";
+case DW_AT_variable_parameter: return "DW_AT_variable_parameter";
+case DW_AT_virtuality: return "DW_AT_virtuality";
+case DW_AT_vtable_elem_location: return "DW_AT_vtable_elem_location";
+case DW_AT_allocated: return "DW_AT_allocated";
+case DW_AT_associated: return "DW_AT_associated";
+case DW_AT_data_location: return "DW_AT_data_location";
+case DW_AT_byte_stride: return "DW_AT_byte_stride";
+case DW_AT_entry_pc: return "DW_AT_entry_pc";
+case DW_AT_use_UTF8: return "DW_AT_use_UTF8";
+case DW_AT_extension: return "DW_AT_extension";
+case DW_AT_ranges: return "DW_AT_ranges";
+case DW_AT_trampoline: return "DW_AT_trampoline";
+case DW_AT_call_column: return "DW_AT_call_column";
+case DW_AT_call_file: return "DW_AT_call_file";
+case DW_AT_call_line: return "DW_AT_call_line";
+case DW_AT_description: return "DW_AT_description";
+case DW_AT_binary_scale: return "DW_AT_binary_scale";
+case DW_AT_decimal_scale: return "DW_AT_decimal_scale";
+case DW_AT_small: return "DW_AT_small";
+case DW_AT_decimal_sign: return "DW_AT_decimal_sign";
+case DW_AT_digit_count: return "DW_AT_digit_count";
+case DW_AT_picture_string: return "DW_AT_picture_string";
+case DW_AT_mutable: return "DW_AT_mutable";
+case DW_AT_threads_scaled: return "DW_AT_threads_scaled";
+case DW_AT_explicit: return "DW_AT_explicit";
+case DW_AT_object_pointer: return "DW_AT_object_pointer";
+case DW_AT_endianity: return "DW_AT_endianity";
+case DW_AT_elemental: return "DW_AT_elemental";
+case DW_AT_pure: return "DW_AT_pure";
+case DW_AT_recursive: return "DW_AT_recursive";
+case DW_AT_signature: return "DW_AT_signature";
+case DW_AT_main_subprogram: return "DW_AT_main_subprogram";
+case DW_AT_data_bit_offset: return "DW_AT_data_bit_offset";
+case DW_AT_const_expr: return "DW_AT_const_expr";
+case DW_AT_enum_class: return "DW_AT_enum_class";
+case DW_AT_linkage_name: return "DW_AT_linkage_name";
+case DW_AT_lo_user: return "DW_AT_lo_user";
+case DW_AT_MIPS_fde: return "DW_AT_MIPS_fde";
+case DW_AT_MIPS_loop_begin: return "DW_AT_MIPS_loop_begin";
+case DW_AT_MIPS_tail_loop_begin: return "DW_AT_MIPS_tail_loop_begin";
+case DW_AT_MIPS_epilog_begin: return "DW_AT_MIPS_epilog_begin";
+case DW_AT_MIPS_loop_unroll_factor: return "DW_AT_MIPS_loop_unroll_factor";
+case DW_AT_MIPS_software_pipeline_depth: return "DW_AT_MIPS_software_pipeline_depth";
+case DW_AT_MIPS_linkage_name: return "DW_AT_MIPS_linkage_name";
+case DW_AT_MIPS_stride: return "DW_AT_MIPS_stride";
+case DW_AT_MIPS_abstract_name: return "DW_AT_MIPS_abstract_name";
+case DW_AT_MIPS_clone_origin: return "DW_AT_MIPS_clone_origin";
+case DW_AT_MIPS_has_inlines: return "DW_AT_MIPS_has_inlines";
+case DW_AT_MIPS_stride_byte: return "DW_AT_MIPS_stride_byte";
+case DW_AT_MIPS_stride_elem: return "DW_AT_MIPS_stride_elem";
+case DW_AT_MIPS_ptr_dopetype: return "DW_AT_MIPS_ptr_dopetype";
+case DW_AT_MIPS_allocatable_dopetype: return "DW_AT_MIPS_allocatable_dopetype";
+case DW_AT_MIPS_assumed_shape_dopetype: return "DW_AT_MIPS_assumed_shape_dopetype";
+case DW_AT_MIPS_assumed_size: return "DW_AT_MIPS_assumed_size";
+case DW_AT_sf_names: return "DW_AT_sf_names";
+case DW_AT_src_info: return "DW_AT_src_info";
+case DW_AT_mac_info: return "DW_AT_mac_info";
+case DW_AT_src_coords: return "DW_AT_src_coords";
+case DW_AT_body_begin: return "DW_AT_body_begin";
+case DW_AT_body_end: return "DW_AT_body_end";
+case DW_AT_GNU_vector: return "DW_AT_GNU_vector";
+case DW_AT_GNU_guarded_by: return "DW_AT_GNU_guarded_by";
+case DW_AT_GNU_pt_guarded_by: return "DW_AT_GNU_pt_guarded_by";
+case DW_AT_GNU_guarded: return "DW_AT_GNU_guarded";
+case DW_AT_GNU_pt_guarded: return "DW_AT_GNU_pt_guarded";
+case DW_AT_GNU_locks_excluded: return "DW_AT_GNU_locks_excluded";
+case DW_AT_GNU_exclusive_locks_required: return "DW_AT_GNU_exclusive_locks_required";
+case DW_AT_GNU_shared_locks_required: return "DW_AT_GNU_shared_locks_required";
+case DW_AT_GNU_odr_signature: return "DW_AT_GNU_odr_signature";
+case DW_AT_GNU_template_name: return "DW_AT_GNU_template_name";
+case DW_AT_GNU_call_site_value: return "DW_AT_GNU_call_site_value";
+case DW_AT_GNU_call_site_data_value: return "DW_AT_GNU_call_site_data_value";
+case DW_AT_GNU_call_site_target: return "DW_AT_GNU_call_site_target";
+case DW_AT_GNU_call_site_target_clobbered: return "DW_AT_GNU_call_site_target_clobbered";
+case DW_AT_GNU_tail_call: return "DW_AT_GNU_tail_call";
+case DW_AT_GNU_all_tail_call_sites: return "DW_AT_GNU_all_tail_call_sites";
+case DW_AT_GNU_all_call_sites: return "DW_AT_GNU_all_call_sites";
+case DW_AT_GNU_all_source_call_sites: return "DW_AT_GNU_all_source_call_sites";
+case DW_AT_GNU_macros: return "DW_AT_GNU_macros";
+case DW_AT_hi_user: return "DW_AT_hi_user";