Files
clang-p2996/llvm/lib/DebugInfo/DWARF
Zequan Wu 9b82e85d81 [DWARF] Generalize DWARFTypePrinter to a template class (#109459)
This generalizes DWARFTypePrinter class to a template class so that it
can be reused for lldb's DWARFDIE type.

This is a split of https://github.com/llvm/llvm-project/pull/90008. The
difference is that this doesn't have `Visitor` template parameter which
can be added later if necessary.
2024-10-08 17:20:42 -04:00
..