[DWARF parser] Fix nasty memory corruption in .dwo files handling.
[oota-llvm.git] / lib / DebugInfo / DIContext.cpp
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2011-09-13 Benjamin KramerSketch out a DWARF parser.