Alexey Samsonov e39e62d8e5 Add basic support for .debug_ranges section to LLVM's DebugInfo library.
This section (introduced in DWARF-3) is used to define instruction address
ranges for functions that are not contiguous and can't be described
by low_pc/high_pc attributes (this is the usual case for inlined subroutines).
The patch is the first step to support fetching complete inlining info from DWARF.

Reviewed by Benjamin Kramer.

llvm-svn: 162657
2012-08-27 07:17:47 +00:00
..
2010-04-20 17:20:10 +00:00
2010-10-15 16:06:42 +00:00
2010-07-19 17:53:55 +00:00
2012-07-06 08:45:08 +00:00