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)
commit12385e603faf347c68d18c3f39b3885b6f36e910
tree6bbd91df4109e17de4e51b5f049d58b470f26f89
parentd239f8c19859ae33165713b67126f18486f23d3e
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!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222436 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARFAcceleratorTable.h