aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugAranges.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-4/+4
2014-06-12[DWARF parser] Fix broken address ranges construction.Alexey Samsonov1-48/+36
2014-04-28[DWARF parser] Simplify DWARFDebugAranges generation.Alexey Samsonov1-19/+2
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov1-0/+6
2014-04-18[DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov1-2/+7
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-15/+10
2013-10-02[DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov1-20/+17
2013-10-01[DebugInfo] Simplify and speedup .debug_aranges parsingAlexey Samsonov1-58/+25
2013-10-01[DebugInfo] Further simplify DWARFDebugAranges. No functionality change.Alexey Samsonov1-29/+21
2013-10-01[DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.Alexey Samsonov1-70/+36
2013-08-27Add support for DebugFission to DWARF parserAlexey Samsonov1-1/+1
2013-03-21Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault1-1/+1
2012-11-16[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...Alexey Samsonov1-21/+28
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky1-1/+0
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov1-1/+1
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-3/+4
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer1-1/+1
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer1-0/+13
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer1-0/+210