summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...David Blaikie2016-04-221-5/+8
* llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...David Blaikie2016-04-221-12/+7
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+4
* Fix null dereference committed in r253277David Blaikie2015-11-171-2/+3
* dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...David Blaikie2015-11-171-1/+5
* dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie2015-11-171-5/+6
* dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie2015-11-171-4/+26
* Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...Benjamin Kramer2015-05-251-4/+1
* [DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov2015-05-191-2/+5
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-1/+1
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+377
OpenPOWER on IntegriCloud