summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugArangeSet.h
Commit message (Collapse)AuthorAgeFilesLines
* xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola2013-03-201-4/+4
| | | | | | | | member variable. Patch by Kai <kai@redstar.de> llvm-svn: 177575
* DWARF: Reorder fields to reduce padding.Benjamin Kramer2011-09-141-2/+2
| | | | llvm-svn: 139712
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵Benjamin Kramer2011-09-141-0/+75
up to llvm-dwarfdump. This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is not available will be ported soon. llvm-svn: 139680
OpenPOWER on IntegriCloud