summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
AgeCommit message (Expand)Author
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2020-08-12[llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid.Igor Kudrin
2020-06-02[DebugInfo] Report the format of type units [10/10]Igor Kudrin
2020-06-01[DebugInfo] Separate fields with commas in headers of type units (3/3).Igor Kudrin
2020-05-19[DebugInfo] Dump length of CUs and TUs according to the DWARF format (3/8).Igor Kudrin
2019-08-21[DWARF] Adjust return type of DWARFUnit::getLength().Igor Kudrin
2019-08-20[DWARF] Fix reading 64-bit DWARF type units.Igor Kudrin
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
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