Expand description
Contains functions for retrieving the values of some of the DWARF attributes.
Functionsยง
- address_
class_ attribute - This function will return the value of the address_class attribute in the given DIE.
- alignment_
attribute - This function will return the value of the alignment attribute in the given DIE.
- byte_
size_ attribute - This function will return the value of the byte_size attribute in the given DIE.
- const_
value_ attribute - This function will return the value of the const_value attribute in the given DIE.
- count_
attribute - This function will return the value of the count attribute in the given DIE.
- data_
member_ location_ attribute - This function will return the value of the data_member_location attribute in the given DIE.
- discr_
attribute - This function will return the value of the discr attribute in the given DIE.
- discr_
value_ attribute - This function will return the value of the discr_value attribute in the given DIE.
- encoding_
attribute - This function will return the value of the encoding attribute in the given DIE.
- lower_
bound_ attribute - This function will return the value of the lower_bound attribute in the given DIE.
- name_
attribute - This function will return the value of the name attribute in the given DIE.
- type_
attribute - This function will return the value of the type attribute in the given DIE.