1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/unittests/DebugInfo/DWARF
Igor Kudrin fc38e7e608 [DebugInfo] Make offsets of dwarf units 64-bit (19/19).
In the case of LTO, several DWARF units can be emitted in one section.
For an extremely large application, they may exceed the limit of 4GiB
for 32-bit offsets. As it is now possible to emit 64-bit debugging info,
the patch enables storing the larger offsets.

Differential Revision: https://reviews.llvm.org/D87026
2020-09-15 12:23:32 +07: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 [DebugInfo] Don't error for zero-length arange entries 2020-08-10 14:57:52 +01: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 [Test] Simplify DWARF test cases. NFC. 2020-08-31 14:03:48 +08:00
DWARFDebugLineTest.cpp [llvm][NFC] Add missing 'override's in unittests/ 2020-07-17 17:35:59 -07:00
DWARFDieTest.cpp [Test] Simplify DWARF test cases. NFC. 2020-08-31 14:03:48 +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 [DebugInfo] Make offsets of dwarf units 64-bit (19/19). 2020-09-15 12:23:32 +07:00
DwarfGenerator.h [DebugInfo] Clean up DIEUnit. NFC. 2020-08-07 15:55:44 +07:00
DWARFListTableTest.cpp [DebugInfo] Add unit tests for DWARFListTableHeader::length(). 2020-07-14 16:35:17 +07:00
DWARFLocationExpressionTest.cpp Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpression 2019-11-19 10:34:30 +01:00
DwarfUtils.cpp
DwarfUtils.h