[DWARF] Get rid of DWARFDebugNames::HeaderPOD. NFC.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Mon, 20 Jan 2020 05:58:03 +0000 (12:58 +0700)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Thu, 23 Jan 2020 08:11:58 +0000 (15:11 +0700)
commit99960de7414a350a2953008875e904a0b70df171
tree2276cee101f7489402aca722cec6cfa310441f37
parent62c221b5090c2e1d3ca408bcab6f69c4d9e175b7
[DWARF] Get rid of DWARFDebugNames::HeaderPOD. NFC.

This structure was used to get the size of the fixed-size part of a Name
Index header for 32-bit DWARF. It is unsuitable for 64-bit DWARF because
the size of the unit length field is different.

Differential Revision: https://reviews.llvm.org/D73040
llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp