summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-09-26[DebugInfo] Change return type of DWARFDebugAbbrev::parse (#67191)Alex Langford
2023-06-27[DebugInfo] Add error handling to DWARFDebugAbbrev::getAbbreviationDeclaratio...Alex Langford
2023-06-16[DebugInfo] Change DWARFDebugAbbrev initializationAlex Langford
2023-06-08[DebugInfo] Add error-handling to DWARFAbbreviationDeclarationSetAlex Langford
2023-05-16[DebugInfo][NFCI] Refactor DWARFAbbreviationDeclaration::extractAlex Langford
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata
2021-06-27llvm-dwarfdump: Print warnings on invalid DWARFJan Kratochvil
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-05-08[DebugInfo] Fix use-after-move warning. NFCI.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-09-19dwarfdump: Delay parsing abbreviations until they're neededDavid Blaikie
2017-02-27[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner