summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2018-08-01 20:54:11 +0000
committerPaul Robinson <paul.robinson@sony.com>2018-08-01 20:54:11 +0000
commit2c25f345d7af47eff5e113e18e29e0ec84162eb4 (patch)
tree9ada25a48f29ff597aaf29ae0ac0d2cfc24b499b /clang/lib
parent11307fab931d369dfd60d73f58a0408f1d1aa3bd (diff)
downloadbcm5719-llvm-2c25f345d7af47eff5e113e18e29e0ec84162eb4.tar.gz
bcm5719-llvm-2c25f345d7af47eff5e113e18e29e0ec84162eb4.zip
[DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFC
This is patch 4 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 4 combines separate DWARFUnitVectors for compile and type units into a single DWARFUnitVector that contains both. For now the implementation distinguishes compile units from type units by putting all compile units at the front of the vector, reflecting the DWARF v4 distinction between .debug_info and .debug_types sections. A future patch will change this to allow the free mixing of unit kinds, as is specified by DWARF v5. Differential Revision: https://reviews.llvm.org/D49744 llvm-svn: 338633
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud