Make DWARFAcceleratorTable::dump() const.
authorFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:21:11 +0000 (16:21 +0000)
committerFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:21:11 +0000 (16:21 +0000)
commit77a0743216686f301ddbd5e2dcee075f8dea61a9
tree62e7fa09aba9f0f47c37172a7a69d31211b735c9
parent7c41c64db76d4c21b0ff5a22817f40ec8a15317e
Make DWARFAcceleratorTable::dump() const.

As dump() methods  should be. To allow that, do not store the DWARFFormValue
objects used for the dump in the header data.

Per Alexey's suggestion!

llvm-svn: 222436
llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp
llvm/lib/DebugInfo/DWARFAcceleratorTable.h