summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFSection.h
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).Alexey Samsonov2014-10-071-0/+24
It would be more convenient to pass DWARFSection into DWARFUnitSection constructor, instead of passing its components (Data and RelocAddrMap) as a separate arguments. llvm-svn: 219252
OpenPOWER on IntegriCloud