llvm-6502/lib/DebugInfo
Alexey Samsonov eceb5b9977 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162657 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-27 07:17:47 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIContext.cpp Add basic support for .debug_ranges section to LLVM's DebugInfo library. 2012-08-27 07:17:47 +00:00
DWARFAbbreviationDeclaration.cpp DWARF: Print the number for unknown abbrev fields. 2011-09-15 04:15:59 +00:00
DWARFAbbreviationDeclaration.h
DWARFAttribute.h
DWARFCompileUnit.cpp Formatting cleanup. 2012-08-23 23:26:57 +00:00
DWARFCompileUnit.h DebugInfo library: add support for fetching absolute paths to source files 2012-07-19 07:03:58 +00:00
DWARFContext.cpp Add basic support for .debug_ranges section to LLVM's DebugInfo library. 2012-08-27 07:17:47 +00:00
DWARFContext.h Add basic support for .debug_ranges section to LLVM's DebugInfo library. 2012-08-27 07:17:47 +00:00
DWARFDebugAbbrev.cpp Audited all the format strings in libDebugInfo and fixed those that didn't match the types. 2011-11-05 16:01:13 +00:00
DWARFDebugAbbrev.h Audited all the format strings in libDebugInfo and fixed those that didn't match the types. 2011-11-05 16:01:13 +00:00
DWARFDebugAranges.cpp This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: 2012-07-02 05:54:45 +00:00
DWARFDebugAranges.h DWARF: Generate the address lookup table from the DIE tree if .debug_aranges is not available. 2011-09-14 20:52:27 +00:00
DWARFDebugArangeSet.cpp Add more PRI.64 macros for MSVC and use them throughout the codebase. 2011-11-05 08:57:40 +00:00
DWARFDebugArangeSet.h DWARF: Reorder fields to reduce padding. 2011-09-14 18:34:47 +00:00
DWARFDebugInfoEntry.cpp Add support for some missing DW_FORM_*. 2012-08-24 01:14:23 +00:00
DWARFDebugInfoEntry.h Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in r159512. 2012-07-17 15:28:35 +00:00
DWARFDebugLine.cpp Fix the representation of debug line table in DebugInfo LLVM library, 2012-08-07 11:46:57 +00:00
DWARFDebugLine.h Fix the representation of debug line table in DebugInfo LLVM library, 2012-08-07 11:46:57 +00:00
DWARFDebugRangeList.cpp Add basic support for .debug_ranges section to LLVM's DebugInfo library. 2012-08-27 07:17:47 +00:00
DWARFDebugRangeList.h Add basic support for .debug_ranges section to LLVM's DebugInfo library. 2012-08-27 07:17:47 +00:00
DWARFFormValue.cpp Add support for some missing DW_FORM_*. 2012-08-24 01:14:23 +00:00
DWARFFormValue.h DWARF: wire up .debug_str dumping. 2011-09-15 16:57:13 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile