OSDN Git Service

[DWARF] Simplify dumping of a .debug_addr section.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 2 Jul 2019 09:57:28 +0000 (09:57 +0000)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 2 Jul 2019 09:57:28 +0000 (09:57 +0000)
commit4e661ac63ede7675f7ebc70b652b84e03e9767f1
treef9846c697b0cfad062bcd5d0980646cca2f10145
parent9ec08e1ce7b43a0503c20363dc91f36d6ae33b09
[DWARF] Simplify dumping of a .debug_addr section.

This patch removes the part which tried to interpret addresses
in that section as offsets and simplifies the remaining code.

Differential Revision: https://reviews.llvm.org/D64020

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFDebugAddr.cpp