llvm-6502/lib/DebugInfo
Alexey Samsonov 38a6381c0a Refactor fetching file/line info from DWARFContext to simplify the
code and allow better code reuse. Make the code a bit more conforming
to LLVM code style.
No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162895 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-30 07:49:50 +00:00
..
CMakeLists.txt [DebugInfo] fixup for r162657: update CMakeLists.txt 2012-08-27 07:24:43 +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 Refactor fetching file/line info from DWARFContext to simplify the 2012-08-30 07:49:50 +00:00
DWARFContext.h Refactor fetching file/line info from DWARFContext to simplify the 2012-08-30 07:49:50 +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 Refactor fetching file/line info from DWARFContext to simplify the 2012-08-30 07:49:50 +00:00
DWARFDebugLine.h Refactor fetching file/line info from DWARFContext to simplify the 2012-08-30 07:49:50 +00:00
DWARFDebugRangeList.cpp Fix compile error when building with C++11 - clang thinks that PRIx64 is a user-defined suffix or something 2012-08-27 22:53:35 +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