aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-22llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...David Blaikie1-5/+8
2016-04-22llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...David Blaikie1-12/+7
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-1/+4
2015-11-17Fix null dereference committed in r253277David Blaikie1-2/+3
2015-11-17dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...David Blaikie1-1/+5
2015-11-17dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie1-5/+6
2015-11-17dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie1-4/+26
2015-05-25Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...Benjamin Kramer1-4/+1
2015-05-19[DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov1-2/+5
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner1-1/+1
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner1-0/+377