Module attributes

Source
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.