[llvm] [LLVM][DebugInfo] Refactor some code for easier sharing. (PR #82153)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 15:52:46 PST 2024
================
@@ -562,6 +562,17 @@ class DWARFDebugNames : public DWARFAcceleratorTable {
uint64_t getEntryOffset() const { return EntryOffset; }
};
+ // Offsets for the start of various important tables from the start of the
+ // section.
----------------
cmtice wrote:
Done.
https://github.com/llvm/llvm-project/pull/82153
More information about the llvm-commits
mailing list