summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
AgeCommit message (Expand)Author
2023-06-06Re-apply "Revert "[DebugInfo] Add error checking around data extraction in DW...Alex Langford
2023-06-06Revert "[DebugInfo] Add error checking around data extraction in DWARFAbbrevi...Alex Langford
2023-06-06[DebugInfo] Add error checking around data extraction in DWARFAbbreviationDec...Alex Langford
2023-05-16[DebugInfo][NFCI] Refactor DWARFAbbreviationDeclaration::extractAlex Langford
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2021-09-01[DWARF] Find offset of attribute.Alexander Yermolovich
2020-04-24[Debuginfo] Remove redundand variable from getAttributeValue()Alexey Lapshin
2020-02-21Revert "[NFCI][DebugInfo]: Corrected a Typo."Sourabh Singh Tomar
2020-02-17[NFCI][DebugInfo]: Corrected a Typo.Sourabh Singh Tomar
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-03-02Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich
2019-03-01[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere
2019-02-27[DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-03-21[dwarf] Unify unknown dwarf enum formatting codePavel Labath
2018-03-14DWARF: Unify form size handling codePavel Labath
2017-11-07[DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson
2017-10-31Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer
2017-10-31[DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer
2017-09-21[DWARF] Shrink AttributeSpec from 24 to 16 bytes.Benjamin Kramer
2017-06-26[DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-06[DWARFv5] Update definitions to match published spec.Paul Robinson
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-13Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton
2016-11-15Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton
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-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner