[DWARF] Support DWARF64 in DWARFDebugArangeSet.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Mon, 23 Dec 2019 14:17:34 +0000 (21:17 +0700)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Thu, 23 Jan 2020 05:41:05 +0000 (12:41 +0700)
commit6332990721d9b231ead9ea39e96a6ec0dc61c6cb
tree17e1afc63bd6ad3af59e1c1f42cee9e245591280
parenta0f367f792aca27c78e9be75bc44f0d346ee157a
[DWARF] Support DWARF64 in DWARFDebugArangeSet.

This allows parsing Address Range Tables in the 64-bit DWARF format.

Differential Revision: https://reviews.llvm.org/D71876
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
llvm/test/DebugInfo/X86/dwarfdump-debug-aranges.s
llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp