Trait symbolic_debuginfo::DwarfData [] [src]

pub trait DwarfData {
    fn has_dwarf_data(&self) -> bool;
fn get_dwarf_section<'input>(
        &'input self,
        section: DwarfSection
    ) -> Option<DwarfSectionData<'input>>; }

Required Methods

Checks whether this object contains DWARF infos.

Loads a specific dwarf section if its in the file.

Implementors