[PATCH] D46707: [DWARF] Factor out a DWARFUnitHeader class. NFC
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 11:03:13 PDT 2018
probinson created this revision.
probinson added reviewers: dblaikie, aprantl, clayborg.
probinson added a project: debug-info.
Herald added subscribers: llvm-commits, JDevlieghere, hiraditya.
Extract information related to a "unit header" from DWARFUnit into a new
DWARFUnitHeader class, and have DWARFUnit inherit it. This is one step
in the direction of recognizing type units in the .debug_info section.
Repository:
rL LLVM
https://reviews.llvm.org/D46707
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46707.146161.patch
Type: text/x-patch
Size: 16386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/96ede7ed/attachment.bin>
More information about the llvm-commits
mailing list