Replace DWARFDIE by std::pair<SymbolFileDWARF *, DIERef>. Currently it has the same size but after D96236 it would needlessly increase from 16 bytes to 24 bytes affecting performance. This replacement should have no real performance disadvantage.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo