Struct gimli::read::DebugTuIndex
source · [−]pub struct DebugTuIndex<R> { /* private fields */ }
Expand description
The data in the .debug_tu_index
section of a .dwp
file.
This section contains the type unit index.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Returns the ELF section name for this type.
Returns the ELF section name (if any) for this type when used in a dwo file. Read more
Try to load the section using the given loader function.
Returns the subrange of the section that is the contribution of
a unit in a .dwp
file. Read more
fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<(SectionId, R::Offset)> where
R: Reader,
fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<(SectionId, R::Offset)> where
R: Reader,
Returns the Reader
for this section.
Auto Trait Implementations
impl<R> RefUnwindSafe for DebugTuIndex<R> where
R: RefUnwindSafe,
impl<R> Send for DebugTuIndex<R> where
R: Send,
impl<R> Sync for DebugTuIndex<R> where
R: Sync,
impl<R> Unpin for DebugTuIndex<R> where
R: Unpin,
impl<R> UnwindSafe for DebugTuIndex<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more