OSDN Git Service

[dwarfdump] Add support for dumping accelerator tables.
authorFrederic Riss <friss@apple.com>
Wed, 12 Nov 2014 23:48:10 +0000 (23:48 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 12 Nov 2014 23:48:10 +0000 (23:48 +0000)
commit931e22fd7c11cefa6f3380e8da7c6176eb54a846
tree4e17d077a9a7001506b6da7ca1adec745cff6ab1
parent0275be3a972ecc9dd976232b024cdb366b1619e5
[dwarfdump] Add support for dumping accelerator tables.

The class used for the dump only allows to dump for the moment, but
it can (and will) be easily extended to support search also.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221836 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DWARFAcceleratorTable.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFAcceleratorTable.h [new file with mode: 0644]
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/dwarfdump-accel.test [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp