llvm-project/llvm/unittests/DebugInfo/DWARF
Victor Leschuk cbddae74f5 DebugInfo: support for DW_FORM_implicit_const
Support for DW_FORM_implicit_const DWARFv5 feature.
When this form is used attribute value goes to .debug_abbrev section (as SLEB).
As this form would break any debug tool which doesn't support DWARFv5
it is guarded by dwarf version check. Attempt to use this form with
dwarf version <= 4 is considered a fatal error.

Differential Revision: https://reviews.llvm.org/D28456

llvm-svn: 291599
2017-01-10 21:18:26 +00:00
..
CMakeLists.txt DebugInfoDWARFTests: Prune unused libdeps. 2016-12-08 14:26:23 +00:00
DWARFDebugInfoTest.cpp DebugInfo: support for DW_FORM_implicit_const 2017-01-10 21:18:26 +00:00
DWARFFormValueTest.cpp Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormValue::getFixedFormSizes() 2016-11-11 16:21:37 +00:00
DwarfGenerator.cpp Add iterator support to DWARFDie to allow child DIE iteration. 2017-01-05 23:47:37 +00:00
DwarfGenerator.h Add iterator support to DWARFDie to allow child DIE iteration. 2017-01-05 23:47:37 +00:00