summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
AgeCommit message (Expand)Author
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2021-10-02[DWARF][NFC] add ParentIdx and SiblingIdx to DWARFDebugInfoEntry for faster n...Alexey Lapshin
2021-08-11[DWARF] Remove extractFast (NFC)Kazu Hirata
2021-06-27llvm-dwarfdump: Print warnings on invalid DWARFJan Kratochvil
2020-08-12[llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid.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
2017-06-29[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson
2017-06-26[DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-27[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-01-10DebugInfo: support for DW_FORM_implicit_constVictor Leschuk
2016-12-21Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton
2016-12-13Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton
2016-12-08Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton
2016-11-15Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton
2016-11-11Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton
2016-10-31Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton
2016-10-28Import/update constants from the DWARF 5 public review draft document.Adrian Prantl
2016-10-27Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-05Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-05Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-04Use StringRef in Support/Darf APIs (NFC)Mehdi Amini
2015-11-17Fix indentationDavid Blaikie
2015-05-19[DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner