search for: dwarfunitsection

Displaying 1 result from an estimated 1 matches for "dwarfunitsection".

2018 Jul 24
2
[DWARF] De-segregating type units and compile units
...it's at least consistent in principle (even if the actual code differs). The existing distinction between "normal" and split (DWO) units remains; that has to do with what information exists in which object files, and is not fundamentally changing in DWARF v5. Patch 1: De-templatize DWARFUnitSection https://reviews.llvm.org/D49741 Patch 2: The TU collection doesn't need to be a deque https://reviews.llvm.org/D49742 Patch 3: Rename DWARFUnitSection to DWARFUnitVector https://reviews.llvm.org/D49743 Patch 4: Unify handling of type and compile units https:/...