summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-08-01Increase performance of llvm-gsymutil by up to 200%.Greg Clayton
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-04-26[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.Alexey Lapshin
2020-02-19Add an Offset field to the SourceLocation for LookupResult objects.Greg Clayton
2020-02-13Add a DWARF transformer class that converts DWARF to GSYM.Greg Clayton
2019-12-05Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton
2019-09-05[GSYM][NFC] Fixed -Wdocumentation warningDavid Bolvansky
2019-09-04Add encode and decode methods to InlineInfo and document encoding format to t...Greg Clayton
2019-06-28[DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRangesFangrui Song
2019-06-26Add GSYM utility files along with unit tests.Greg Clayton