1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/include/llvm/DebugInfo/DWARF
Ed Maste 33815a24e8 DebugInfo: .debug_line DWARF64 support
This adds support for the 64-bit DWARF format, but is still limited to
less than 4GB of debug data by the DataExtractor class.  Some versions
of the GNU MIPS toolchain generate 64-Bit DWARF even though it isn't
actually necessary.

Differential Revision: http://reviews.llvm.org/D1988

llvm-svn: 238434
2015-05-28 15:38:17 +00:00
..
DWARFAbbreviationDeclaration.h Make the DWARFAbbreviationDeclaration::AttributeSpec type public. 2015-03-04 22:07:30 +00:00
DWARFAcceleratorTable.h Add missing include guards. 2015-03-12 18:39:54 +00:00
DWARFCompileUnit.h
DWARFContext.h Make it easier to use DwarfContext with MCJIT 2015-05-21 21:24:32 +00:00
DWARFDebugAbbrev.h
DWARFDebugAranges.h
DWARFDebugArangeSet.h
DWARFDebugFrame.h
DWARFDebugInfoEntry.h Move DIContext.h to common DebugInfo location. 2015-04-23 17:37:47 +00:00
DWARFDebugLine.h DebugInfo: .debug_line DWARF64 support 2015-05-28 15:38:17 +00:00
DWARFDebugLoc.h
DWARFDebugRangeList.h DWARFDebugRangeList: make the list of entries available to clients. 2015-03-13 23:30:07 +00:00
DWARFFormValue.h [DWARF parser] Add basic support for DWZ DWARF multifile extensions. 2015-05-19 20:29:28 +00:00
DWARFRelocMap.h
DWARFSection.h Add more missing #includes, found by modules build. 2015-05-11 22:41:07 +00:00
DWARFTypeUnit.h
DWARFUnit.h [DWARF parser] Make DWARF parser more robust against missing compile/type units. 2015-05-19 21:54:32 +00:00