1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests/DebugInfo/DWARF
Xing GUO 0b3ab6d4bf [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred.
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
2020-07-23 23:00:19 +08:00
..
CMakeLists.txt [DebugInfo] Add unit tests for DWARFListTableHeader::length(). 2020-07-14 16:35:17 +07:00
DWARFAcceleratorTableTest.cpp [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DWARFDataExtractorTest.cpp [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DWARFDebugArangeSetTest.cpp [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DWARFDebugFrameTest.cpp [DebugInfo/DWARF] - Test invalid CFI opcodes properly and refine related CFIProgram::parse code. 2020-07-08 12:10:23 +03:00
DWARFDebugInfoTest.cpp [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred. 2020-07-23 23:00:19 +08:00
DWARFDebugLineTest.cpp [llvm][NFC] Add missing 'override's in unittests/ 2020-07-17 17:35:59 -07:00
DWARFDieTest.cpp [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred. 2020-07-23 23:00:19 +08:00
DWARFExpressionCompactPrinterTest.cpp [llvm-objdump] Add entry_value and stack_value opcodes 2020-07-14 10:24:59 +01:00
DWARFFormValueTest.cpp [llvm][NFC] Add missing 'override's in unittests/ 2020-07-17 17:35:59 -07:00
DwarfGenerator.cpp DwarfGenerator.cpp - fix implicit FileSystem.h dependency. NFC. 2020-06-23 13:07:18 +01:00
DwarfGenerator.h
DWARFListTableTest.cpp [DebugInfo] Add unit tests for DWARFListTableHeader::length(). 2020-07-14 16:35:17 +07:00
DWARFLocationExpressionTest.cpp
DwarfUtils.cpp
DwarfUtils.h