Struct gimli::write::LocationListTable
source · pub struct LocationListTable { /* private fields */ }
Expand description
A table of location lists that will be stored in a .debug_loc
or .debug_loclists
section.
Implementations§
source§impl LocationListTable
impl LocationListTable
sourcepub fn add(&mut self, loc_list: LocationList) -> LocationListId
pub fn add(&mut self, loc_list: LocationList) -> LocationListId
Add a location list to the table.
Trait Implementations§
source§impl Debug for LocationListTable
impl Debug for LocationListTable
source§impl Default for LocationListTable
impl Default for LocationListTable
source§fn default() -> LocationListTable
fn default() -> LocationListTable
Returns the “default value” for a type. Read more