MCPcopy Create free account
hub / github.com/Rust-for-Linux/klint / dwarf

Method dwarf

src/binary_analysis/dwarf.rs:293–295  ·  view source on GitHub ↗

This returns the correct lifetime instead of the hacked one.

(&self)

Source from the content-addressed store, hash-verified

291
292 // This returns the correct lifetime instead of the hacked one.
293 fn dwarf(&self) -> &Dwarf<ReaderTy<'_>> {
294 &self.dwarf
295 }
296
297 /// Obtain the linkage name of a subprogram or inlined subroutine.
298 fn linkage_name(

Callers 3

linkage_nameMethod · 0.80
rangesMethod · 0.80
file_nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected