summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-1/+3
| | | | llvm-svn: 204011
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-4/+4
| | | | llvm-svn: 203766
* DWARFDebugArangeSet: remove dead codeAlexey Samsonov2013-10-311-49/+0
| | | | llvm-svn: 193785
* xlC doesn't like Header being both a type and a member variable. Rename theRafael Espindola2013-03-201-16/+16
| | | | | | | | member variable. Patch by Kai <kai@redstar.de> llvm-svn: 177575
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-2/+3
| | | | llvm-svn: 143799
* Namespacify.Benjamin Kramer2011-09-161-8/+10
| | | | llvm-svn: 139892
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it ↵Benjamin Kramer2011-09-141-0/+7
| | | | | | | | | | doesn't accidentaly picks up the wrong section. Also add some validation code to the aranges section parser. Fixes PR10926. llvm-svn: 139701
* Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer2011-09-141-0/+1
| | | | llvm-svn: 139684
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵Benjamin Kramer2011-09-141-0/+140
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