1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/DebugInfo/DWARF
Paul Robinson a783a0cd41 [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC
This is patch 3 of 4 NFC refactorings to handle type units and compile
units more consistently and with less concern about the object-file
section that they came from.

Patch 3 simply renames DWARFUnitSection to DWARFUnitVector, as the
object-file section of a unit is nearly irrelevant now.

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

llvm-svn: 338632
2018-08-01 20:49:44 +00:00
..
CMakeLists.txt [DWARF] Support for .debug_addr (consumer) 2018-07-31 22:19:19 +00:00
DWARFAbbreviationDeclaration.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
DWARFAcceleratorTable.cpp [dwarfdump] Add pretty printer for accelerator table based on Atom. 2018-07-13 17:21:51 +00:00
DWARFAddressRange.cpp
DWARFCompileUnit.cpp
DWARFContext.cpp [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC 2018-08-01 20:46:46 +00:00
DWARFDataExtractor.cpp
DWARFDebugAbbrev.cpp
DWARFDebugAddr.cpp [DWARF] Support for .debug_addr (consumer) 2018-07-31 22:19:19 +00:00
DWARFDebugAranges.cpp
DWARFDebugArangeSet.cpp
DWARFDebugFrame.cpp
DWARFDebugInfoEntry.cpp
DWARFDebugLine.cpp [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC 2018-08-01 20:46:46 +00:00
DWARFDebugLoc.cpp
DWARFDebugMacro.cpp
DWARFDebugPubTable.cpp
DWARFDebugRangeList.cpp
DWARFDebugRnglists.cpp Embed a template specialization in a namespace to work around a gcc bug. 2018-07-23 23:14:23 +00:00
DWARFDie.cpp [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC 2018-08-01 20:49:44 +00:00
DWARFExpression.cpp
DWARFFormValue.cpp
DWARFGdbIndex.cpp
DWARFListTable.cpp [DWARF v5] Refactor range lists dumping by using a more generic way of handling tables of lists. 2018-07-23 22:37:17 +00:00
DWARFTypeUnit.cpp
DWARFUnit.cpp [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC 2018-08-01 20:49:44 +00:00
DWARFUnitIndex.cpp
DWARFVerifier.cpp [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC 2018-08-01 20:49:44 +00:00
LLVMBuild.txt