llvm-6502/lib/DebugInfo
Eric Christopher 72f7bfbf0e Split address information for DWARF5 split dwarf proposal. This involves
using the DW_FORM_GNU_addr_index and a separate .debug_addr section which
stays in the executable and is fully linked.

Sneak in two other small changes:

a) Print out the debug_str_offsets.dwo section.
b) Change form we're expecting the entries in the debug_str_offsets.dwo
   section to take from ULEB128 to U32.

Add tests for all of this in the fission-cu.ll test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172578 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-15 23:56:56 +00:00
..
CMakeLists.txt
DIContext.cpp
DWARFAbbreviationDeclaration.cpp Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
DWARFAbbreviationDeclaration.h Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
DWARFAttribute.h
DWARFCompileUnit.cpp Add a space to the end of the line so we don't get "itsbounds" in output. 2013-01-04 18:30:36 +00:00
DWARFCompileUnit.h Split address information for DWARF5 split dwarf proposal. This involves 2013-01-15 23:56:56 +00:00
DWARFContext.cpp Split address information for DWARF5 split dwarf proposal. This involves 2013-01-15 23:56:56 +00:00
DWARFContext.h Split address information for DWARF5 split dwarf proposal. This involves 2013-01-15 23:56:56 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
DWARFDebugAranges.cpp
DWARFDebugAranges.h
DWARFDebugArangeSet.cpp
DWARFDebugArangeSet.h
DWARFDebugInfoEntry.cpp Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +00:00
DWARFDebugInfoEntry.h
DWARFDebugLine.cpp
DWARFDebugLine.h
DWARFDebugRangeList.cpp
DWARFDebugRangeList.h
DWARFFormValue.cpp Split address information for DWARF5 split dwarf proposal. This involves 2013-01-15 23:56:56 +00:00
DWARFFormValue.h Split address information for DWARF5 split dwarf proposal. This involves 2013-01-15 23:56:56 +00:00
LLVMBuild.txt
Makefile