NFC: DebugInfo: refactor pretty printing into a utility class
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 14 Sep 2021 21:48:08 +0000 (14:48 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 14 Sep 2021 22:54:29 +0000 (15:54 -0700)
commit4cabaf594aa272b02c0d227ae16a2aced687d796
treec13c69cf0735348d4eb2beafbe8bc79f52bae809
parentbaff4b41055fc2d75bcdcea7bb39edce38a40acf
NFC: DebugInfo: refactor pretty printing into a utility class

Laying more foundation for full template name rebuilding - more complex
type printing benefits from an object to carry some state rather than
passing it around as parameters to every function.
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp