Struct addr2line::FunctionName [] [src]

pub struct FunctionName<R: Reader> {
    pub language: Option<DwLang>,
    // some fields omitted
}

A function name.

Fields

The language of the compilation unit containing this function.

Methods

impl<R: Reader> FunctionName<R>
[src]

[src]

The raw name of this function before demangling.

[src]

The name of this function after demangling (if applicable).