aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugRangeList.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-04-18[DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov1-6/+9
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-7/+6
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov1-4/+12
2012-08-27Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow1-2/+2
2012-08-27DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.NAKAMURA Takumi1-2/+3
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov1-0/+58