Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert enum smpi_process_state to enum class.
[simgrid.git] / src / mc / mc_dwarf_attrnames.cpp
1 /* Copyright (c) 2014-2018. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 /* Warning: autogenerated, do not edit! */
8
9 #include <string>
10 #include <unordered_map>
11
12 #include "src/mc/mc_dwarf.hpp"
13
14 namespace {
15 const std::unordered_map<int, const char*> attrname_map = {
16     {0x01, "DW_AT_sibling"},
17     {0x02, "DW_AT_location"},
18     {0x03, "DW_AT_name"},
19     {0x09, "DW_AT_ordering"},
20     {0x0a, "DW_AT_subscr_data"},
21     {0x0b, "DW_AT_byte_size"},
22     {0x0c, "DW_AT_bit_offset"},
23     {0x0d, "DW_AT_bit_size"},
24     {0x0f, "DW_AT_element_list"},
25     {0x10, "DW_AT_stmt_list"},
26     {0x11, "DW_AT_low_pc"},
27     {0x12, "DW_AT_high_pc"},
28     {0x13, "DW_AT_language"},
29     {0x14, "DW_AT_member"},
30     {0x15, "DW_AT_discr"},
31     {0x16, "DW_AT_discr_value"},
32     {0x17, "DW_AT_visibility"},
33     {0x18, "DW_AT_import"},
34     {0x19, "DW_AT_string_length"},
35     {0x1a, "DW_AT_common_reference"},
36     {0x1b, "DW_AT_comp_dir"},
37     {0x1c, "DW_AT_const_value"},
38     {0x1d, "DW_AT_containing_type"},
39     {0x1e, "DW_AT_default_value"},
40     {0x20, "DW_AT_inline"},
41     {0x21, "DW_AT_is_optional"},
42     {0x22, "DW_AT_lower_bound"},
43     {0x25, "DW_AT_producer"},
44     {0x27, "DW_AT_prototyped"},
45     {0x2a, "DW_AT_return_addr"},
46     {0x2c, "DW_AT_start_scope"},
47     {0x2e, "DW_AT_bit_stride"},
48     {0x2f, "DW_AT_upper_bound"},
49     {0x31, "DW_AT_abstract_origin"},
50     {0x32, "DW_AT_accessibility"},
51     {0x33, "DW_AT_address_class"},
52     {0x34, "DW_AT_artificial"},
53     {0x35, "DW_AT_base_types"},
54     {0x36, "DW_AT_calling_convention"},
55     {0x37, "DW_AT_count"},
56     {0x38, "DW_AT_data_member_location"},
57     {0x39, "DW_AT_decl_column"},
58     {0x3a, "DW_AT_decl_file"},
59     {0x3b, "DW_AT_decl_line"},
60     {0x3c, "DW_AT_declaration"},
61     {0x3d, "DW_AT_discr_list"},
62     {0x3e, "DW_AT_encoding"},
63     {0x3f, "DW_AT_external"},
64     {0x40, "DW_AT_frame_base"},
65     {0x41, "DW_AT_friend"},
66     {0x42, "DW_AT_identifier_case"},
67     {0x43, "DW_AT_macro_info"},
68     {0x44, "DW_AT_namelist_item"},
69     {0x45, "DW_AT_priority"},
70     {0x46, "DW_AT_segment"},
71     {0x47, "DW_AT_specification"},
72     {0x48, "DW_AT_static_link"},
73     {0x49, "DW_AT_type"},
74     {0x4a, "DW_AT_use_location"},
75     {0x4b, "DW_AT_variable_parameter"},
76     {0x4c, "DW_AT_virtuality"},
77     {0x4d, "DW_AT_vtable_elem_location"},
78     {0x4e, "DW_AT_allocated"},
79     {0x4f, "DW_AT_associated"},
80     {0x50, "DW_AT_data_location"},
81     {0x51, "DW_AT_byte_stride"},
82     {0x52, "DW_AT_entry_pc"},
83     {0x53, "DW_AT_use_UTF8"},
84     {0x54, "DW_AT_extension"},
85     {0x55, "DW_AT_ranges"},
86     {0x56, "DW_AT_trampoline"},
87     {0x57, "DW_AT_call_column"},
88     {0x58, "DW_AT_call_file"},
89     {0x59, "DW_AT_call_line"},
90     {0x5a, "DW_AT_description"},
91     {0x5b, "DW_AT_binary_scale"},
92     {0x5c, "DW_AT_decimal_scale"},
93     {0x5d, "DW_AT_small"},
94     {0x5e, "DW_AT_decimal_sign"},
95     {0x5f, "DW_AT_digit_count"},
96     {0x60, "DW_AT_picture_string"},
97     {0x61, "DW_AT_mutable"},
98     {0x62, "DW_AT_threads_scaled"},
99     {0x63, "DW_AT_explicit"},
100     {0x64, "DW_AT_object_pointer"},
101     {0x65, "DW_AT_endianity"},
102     {0x66, "DW_AT_elemental"},
103     {0x67, "DW_AT_pure"},
104     {0x68, "DW_AT_recursive"},
105     {0x69, "DW_AT_signature"},
106     {0x6a, "DW_AT_main_subprogram"},
107     {0x6b, "DW_AT_data_bit_offset"},
108     {0x6c, "DW_AT_const_expr"},
109     {0x6d, "DW_AT_enum_class"},
110     {0x6e, "DW_AT_linkage_name"},
111     {0x87, "DW_AT_noreturn"},
112     {0x2000, "DW_AT_lo_user"},
113     {0x2001, "DW_AT_MIPS_fde"},
114     {0x2002, "DW_AT_MIPS_loop_begin"},
115     {0x2003, "DW_AT_MIPS_tail_loop_begin"},
116     {0x2004, "DW_AT_MIPS_epilog_begin"},
117     {0x2005, "DW_AT_MIPS_loop_unroll_factor"},
118     {0x2006, "DW_AT_MIPS_software_pipeline_depth"},
119     {0x2007, "DW_AT_MIPS_linkage_name"},
120     {0x2008, "DW_AT_MIPS_stride"},
121     {0x2009, "DW_AT_MIPS_abstract_name"},
122     {0x200a, "DW_AT_MIPS_clone_origin"},
123     {0x200b, "DW_AT_MIPS_has_inlines"},
124     {0x200c, "DW_AT_MIPS_stride_byte"},
125     {0x200d, "DW_AT_MIPS_stride_elem"},
126     {0x200e, "DW_AT_MIPS_ptr_dopetype"},
127     {0x200f, "DW_AT_MIPS_allocatable_dopetype"},
128     {0x2010, "DW_AT_MIPS_assumed_shape_dopetype"},
129     {0x2011, "DW_AT_MIPS_assumed_size"},
130     {0x2101, "DW_AT_sf_names"},
131     {0x2102, "DW_AT_src_info"},
132     {0x2103, "DW_AT_mac_info"},
133     {0x2104, "DW_AT_src_coords"},
134     {0x2105, "DW_AT_body_begin"},
135     {0x2106, "DW_AT_body_end"},
136     {0x2107, "DW_AT_GNU_vector"},
137     {0x2108, "DW_AT_GNU_guarded_by"},
138     {0x2109, "DW_AT_GNU_pt_guarded_by"},
139     {0x210a, "DW_AT_GNU_guarded"},
140     {0x210b, "DW_AT_GNU_pt_guarded"},
141     {0x210c, "DW_AT_GNU_locks_excluded"},
142     {0x210d, "DW_AT_GNU_exclusive_locks_required"},
143     {0x210e, "DW_AT_GNU_shared_locks_required"},
144     {0x210f, "DW_AT_GNU_odr_signature"},
145     {0x2110, "DW_AT_GNU_template_name"},
146     {0x2111, "DW_AT_GNU_call_site_value"},
147     {0x2112, "DW_AT_GNU_call_site_data_value"},
148     {0x2113, "DW_AT_GNU_call_site_target"},
149     {0x2114, "DW_AT_GNU_call_site_target_clobbered"},
150     {0x2115, "DW_AT_GNU_tail_call"},
151     {0x2116, "DW_AT_GNU_all_tail_call_sites"},
152     {0x2117, "DW_AT_GNU_all_call_sites"},
153     {0x2118, "DW_AT_GNU_all_source_call_sites"},
154     {0x2119, "DW_AT_GNU_macros"},
155     {0x211a, "DW_AT_GNU_deleted"},
156     {0x3fff, "DW_AT_hi_user"},
157 };
158 }
159
160 namespace simgrid {
161 namespace dwarf  {
162
163 /** \brief Get the name of an attribute (DW_AT_*) from its code
164  *
165  *  \param attr attribute code (see the DWARF specification)
166  *  \return name of the attribute
167  */
168 XBT_PRIVATE
169 const char *attrname(int attr)
170 {
171   auto name = attrname_map.find(attr);
172   return name == attrname_map.end() ? "DW_AT_unknown" : name->second;
173 }
174
175 }
176 }