[DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).
authorAlexey Samsonov <vonosmas@gmail.com>
Tue, 7 Oct 2014 23:45:11 +0000 (23:45 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Tue, 7 Oct 2014 23:45:11 +0000 (23:45 +0000)
commit99ff4a2dba4c638848cc11df370f2bb062b4afab
tree1814edaf0723418c2607cc2601a8a2acaadb735c
parent502b4d1e96e1ba77de6e0b3e68ba4f7d727da8c7
[DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).

It would be more convenient to pass DWARFSection into DWARFUnitSection
constructor, instead of passing its components (Data and RelocAddrMap)
as a separate arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFSection.h [new file with mode: 0644]