summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
AgeCommit message (Expand)Author
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-10-21[DebugInfo] Expand ability to load 2-byte addresses in dwarf sectionsJack Anderson
2020-06-02[DebugInfo] Report the format of address tables [4/10]Igor Kudrin
2020-03-04Use DWARFDataExtractor::getInitialLength in DWARFDebugAddrPavel Labath
2020-02-12[DebugInfo] Add support for DWARF64 into DWARFDebugAddr.Igor Kudrin
2020-02-12[DebugInfo] Simplify DWARFDebugAddr.Igor Kudrin
2020-02-12[DebugInfo] Refine error messages in DWARFDebugAddr.Igor Kudrin
2020-02-12[DebugInfo] Use "an address table" in diagnostic messages of DWARFDebugAddr.Igor Kudrin
2020-02-12[DebugInfo] Do not dump header field for pre-DWARFv5 address tables.Igor Kudrin
2020-02-12[DebugInfo] Fix reading addresses in DWARFDebugAddr.Igor Kudrin
2020-02-08[DebugInfo] Allow reading an address table with a mismatched address.Igor Kudrin
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-07-24[DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin
2019-07-02[DWARF] Simplify dumping of a .debug_addr section.Igor Kudrin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12[DWARF] Do not use PRIx32 for printing uint64_t valuesSimon Atanasyan
2018-07-31[DWARF] Support for .debug_addr (consumer)Victor Leschuk