llvm-6502/lib/DebugInfo/DWARF
Keith Walker 09f089a39e [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
The DWARF-4 specification added 2 new fields in the CIE header called
address_size and segment_size.
Create these 2 new fields when generating dwarf-4 CIE entries, print out
the new fields when dumping the CIE and update tests

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237145 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-12 15:25:08 +00:00
..
CMakeLists.txt Move DIContext.h to common DebugInfo location. 2015-04-23 17:37:47 +00:00
DWARFAbbreviationDeclaration.cpp
DWARFAcceleratorTable.cpp
DWARFCompileUnit.cpp
DWARFContext.cpp
DWARFDebugAbbrev.cpp
DWARFDebugAranges.cpp
DWARFDebugArangeSet.cpp
DWARFDebugFrame.cpp [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4 2015-05-12 15:25:08 +00:00
DWARFDebugInfoEntry.cpp
DWARFDebugLine.cpp
DWARFDebugLoc.cpp Replace std::copy with a back inserter with vector append where feasible 2015-02-28 10:11:12 +00:00
DWARFDebugRangeList.cpp
DWARFFormValue.cpp DWARFFormValue: Add getAsSignedConstant method. 2015-03-04 22:07:41 +00:00
DWARFTypeUnit.cpp
DWARFUnit.cpp Move DIContext.h to common DebugInfo location. 2015-04-23 17:37:47 +00:00
LLVMBuild.txt
Makefile
module.modulemap
SyntaxHighlighting.cpp
SyntaxHighlighting.h