1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/DebugInfo
Eric Christopher ba738518f0 Add support for separating strings for the split debug info DWARF5
proposal. This leaves the strings in the skeleton die as strp,
but in all dwo files they're accessed now via DW_FORM_GNU_str_index.

Add support for dumping these sections and modify the fission-cu.ll
testcase to have the correct strings and form. Fix a small bug
in the fixed form sizes routine that involved out of array accesses
for the table and add a FIXME in the extractFast routine to fix
this up.

llvm-svn: 171779
2013-01-07 19:32:41 +00:00
..
CMakeLists.txt
DIContext.cpp
DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.h
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 Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +00:00
DWARFContext.cpp Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +00:00
DWARFContext.h Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +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 Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +00:00
DWARFFormValue.h Add support for separating strings for the split debug info DWARF5 2013-01-07 19:32:41 +00:00
LLVMBuild.txt
Makefile