aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DIContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-121-11/+2
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-121-1/+1
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-2/+3
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-2/+4
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+24