This returns the correct lifetime instead of the hacked one.
(&self)
| 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( |
no outgoing calls
no test coverage detected