getInitialLength is a *DWARF*DataExtractor method so I had to "upgrade"
some DataExtractors to be able to make use of it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yeah, previously the only extra feature in DWARFDataExtractor was handling relocations, IIRC. DebugInfo/DWARF generally used the base DataExtractor for cases where that wasn't needed, rather than consistently using the DWARF version.
Nice tidy-up, though, LGTM.