Struct gimli::write::DebugInfoOffsets [−][src]
pub struct DebugInfoOffsets { /* fields omitted */ }
The section offsets of all elements within a .debug_info
section.
Implementations
impl DebugInfoOffsets
[src]
impl DebugInfoOffsets
[src]pub fn unit(&self, unit: UnitId) -> DebugInfoOffset
[src]
Get the .debug_info
section offset for the given unit.
pub fn entry(&self, unit: UnitId, entry: UnitEntryId) -> DebugInfoOffset
[src]
Get the .debug_info
section offset for the given entry.
Trait Implementations
impl Default for DebugInfoOffsets
[src]
impl Default for DebugInfoOffsets
[src]