llvm-dwarfdump/libDebugInfo support for type units
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Sep 2013 22:44:47 +0000 (22:44 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Sep 2013 22:44:47 +0000 (22:44 +0000)
commit438f5391b2d502a132a4a20469e9e56305b221a4
treefe0d4fa820a272f3d909f07fc2eb084b14fcad47
parentcd7c4980d4ee2d22d92a4907f2d029e67b52d732
llvm-dwarfdump/libDebugInfo support for type units

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191234 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFTypeUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFTypeUnit.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-type-units.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-type-units.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/dwarfdump-type-units.test [new file with mode: 0644]