pub fn encoding_attribute<R: Reader<Offset = usize>>(
die: &DebuggingInformationEntry<'_, '_, R>,
) -> Result<Option<DwAte>>
Expand description
This function will return the value of the encoding attribute in the given DIE.
Description:
die
- A reference to a gimli-rsDie
struct.
This function will try to retrieve the value of the attribute DW_AT_encoding
from the given DIE.