aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DIContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-10-20Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov1-1/+1
2014-07-31Use a reference instead of a pointer.Rafael Espindola1-1/+1
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher1-11/+2
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov1-1/+1
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher1-2/+3
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov1-2/+4
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+24