Struct gimli::write::LocationListOffsets [−][src]
pub struct LocationListOffsets { /* fields omitted */ }
The section offsets of a series of location lists within the .debug_loc
or .debug_loclists
sections.
Implementations
impl LocationListOffsets
[src]
impl LocationListOffsets
[src]pub fn none() -> Self
[src]
Return an empty list of offsets.
pub fn get(&self, id: LocationListId) -> LocationListsOffset
[src]
pub fn count(&self) -> usize
[src]
Return the number of offsets.