llvm-dwarfdump: Support for debug_line.dwo section for file names for type units...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Feb 2014 23:58:54 +0000 (23:58 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Feb 2014 23:58:54 +0000 (23:58 +0000)
commit2a213a45325e803202246f0ccdc4510e4b37abda
tree1d6ee170948a10c99edd607a65364e911d4d4e3d
parentec89b9fb9ed78dbb783897774e5d7bab376c169a
llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202091 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLine.h
test/DebugInfo/Inputs/dwarfdump-line-dwo.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/dwarfdump-line-dwo.test [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp