[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #70515)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 1 17:06:28 PDT 2023
================
@@ -312,15 +355,20 @@ void emitDWARF5AccelTable(AsmPrinter *Asm, DWARF5AccelTable &Contents,
const DwarfDebug &DD,
ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs);
+struct DWARF5AccelTableEntry {
----------------
dwblaikie wrote:
DWARFAccelTableData V DWARF5AccelTableEntry is a bit subtle/hard to know what's the difference
Could be called something like `DWARF5AccelTableUnitIndexAndEncoding`? (maybe a member of DWARF5AccelTable and then it could be DWARF5AccelTable::UnitIndexAndEncoding (or UnitIndexAndForm))
https://github.com/llvm/llvm-project/pull/70515
More information about the llvm-commits
mailing list