mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
0b3ab6d4bf
This patch refactors `emitDebugInfo()` to make the length field be inferred from its content. Besides, the `Visitor` class is removed in this patch. The original `Visitor` class helps us determine an appropriate length and emit the .debug_info section. These two processes can be merged into one process. Besides, the length field should be inferred when it's missing rather than when it's zero. Reviewed By: jhenderson, labath Differential Revision: https://reviews.llvm.org/D84008 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DWARFAcceleratorTableTest.cpp | ||
DWARFDataExtractorTest.cpp | ||
DWARFDebugArangeSetTest.cpp | ||
DWARFDebugFrameTest.cpp | ||
DWARFDebugInfoTest.cpp | ||
DWARFDebugLineTest.cpp | ||
DWARFDieTest.cpp | ||
DWARFExpressionCompactPrinterTest.cpp | ||
DWARFFormValueTest.cpp | ||
DwarfGenerator.cpp | ||
DwarfGenerator.h | ||
DWARFListTableTest.cpp | ||
DWARFLocationExpressionTest.cpp | ||
DwarfUtils.cpp | ||
DwarfUtils.h |