aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugArangeSet.h
AgeCommit message (Collapse)Author
2013-03-20xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola
member variable. Patch by Kai <kai@redstar.de> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177575 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-14DWARF: Reorder fields to reduce padding.Benjamin Kramer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139712 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵Benjamin Kramer
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139680 91177308-0d34-0410-b5e6-96231b3b80d8