1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/DebugInfo/DWARF
Pavel Labath 12450e221a DWARF: Unify form size handling code
Summary:
This patch replaces the two switches which are deducing the size of
various forms with a single implementation. I have put the new
implementation into BinaryFormat, to avoid introducing dependencies
between the two independent libraries (DebugInfo and CodeGen) that need
this functionality.

Reviewers: aprantl, JDevlieghere, dblaikie

Subscribers: llvm-commits

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

llvm-svn: 327486
2018-03-14 09:39:54 +00:00
..
CMakeLists.txt [DWARF] Don't attempt to parse line tables at invalid offsets 2018-03-08 10:53:34 +00:00
DWARFDebugInfoTest.cpp [DWARF] Don't attempt to parse line tables at invalid offsets 2018-03-08 10:53:34 +00:00
DWARFDebugLineTest.cpp [DWARF] Don't attempt to parse line tables at invalid offsets 2018-03-08 10:53:34 +00:00
DWARFFormValueTest.cpp DWARF: Unify form size handling code 2018-03-14 09:39:54 +00:00
DwarfGenerator.cpp Thread MCSubtargetInfo through Target::createMCAsmBackend 2018-01-03 08:53:05 +00:00
DwarfGenerator.h Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any error happen." 2017-06-28 08:21:19 +00:00
DwarfUtils.cpp [DWARF] Don't attempt to parse line tables at invalid offsets 2018-03-08 10:53:34 +00:00
DwarfUtils.h [DWARF] Don't attempt to parse line tables at invalid offsets 2018-03-08 10:53:34 +00:00