Struct gimli::write::LocationListTable [−][src]
pub struct LocationListTable { /* fields omitted */ }
A table of location lists that will be stored in a .debug_loc
or .debug_loclists
section.
Implementations
impl LocationListTable
[src]
impl LocationListTable
[src]pub fn add(&mut self, loc_list: LocationList) -> LocationListId
[src]
Add a location list to the table.
Trait Implementations
impl Default for LocationListTable
[src]
impl Default for LocationListTable
[src]