Struct gimli::write::RangeListTable [−][src]
pub struct RangeListTable { /* fields omitted */ }
A table of range lists that will be stored in a .debug_ranges
or .debug_rnglists
section.
Implementations
impl RangeListTable
[src]
impl RangeListTable
[src]pub fn add(&mut self, range_list: RangeList) -> RangeListId
[src]
Add a range list to the table.
Trait Implementations
impl Default for RangeListTable
[src]
impl Default for RangeListTable
[src]