aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14[DWARF] Factor out a DWARFUnitHeader class. NFCPaul Robinson
2018-03-21Handle abbr_offset with relocations.Rafael Espindola
2017-09-20llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl
2017-09-13[dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-09[DWARF] Fix a parsing issue with type unit headers.Wolfgang Pieb
2017-03-01[DWARF] Print leading zeros in type signaturePaul Robinson
2017-03-01[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2017-02-28[DWARFv5] Emit new unit header format.Paul Robinson
2017-01-13Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton
2016-12-13Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton
2016-12-13Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton
2016-10-31Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton
2016-10-18dwarfdump: add space missing from the type unit header descriptionDavid Blaikie
2016-10-18dwarfdump: Include the name in the unit description, even in non-summarized modeDavid Blaikie
2016-10-18dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie
2015-05-19[DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner