We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00e7e commit 5a6c691Copy full SHA for 5a6c691
llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
@@ -605,6 +605,9 @@ class DWARFDebugNames : public DWARFAcceleratorTable {
605
NameIndex(const DWARFDebugNames &Section, uint64_t Base)
606
: Section(Section), Base(Base) {}
607
608
+ /// Returns Hdr field
609
+ Header getHeader() const { return Hdr; }
610
+
611
/// Reads offset of compilation unit CU. CU is 0-based.
612
uint64_t getCUOffset(uint32_t CU) const;
613
uint32_t getCUCount() const { return Hdr.CompUnitCount; }
0 commit comments