summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
AgeCommit message (Expand)Author
2025-01-21[GSYM] Fix a warningKazu Hirata
2025-01-21[llvm-gsymutil] Add support for merged functions lookup differentiation (#122...alx32
2025-01-06[GSYM] Add support for querying merged functions in llvm-gsymutil (#120991)alx32
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx32
2024-08-07[gSYM] Add support merged functions in gSYM format (#101604)alx32
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata
2023-03-06Add the ability to segment GSYM files.Greg Clayton
2023-03-03Revert "Add the ability to segment GSYM files."Douglas Yung
2023-03-02Add the ability to segment GSYM files.Greg Clayton
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-11-25[GSYM] Use std::optional in FunctionInfo.cpp (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-26[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.Alexey Lapshin
2020-02-25Add a llvm-gsymutil tool that can convert object files to GSYM and perform lo...Greg Clayton
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
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-12-06Avoid naming variable after type to fix GCC 5.3 buildReid Kleckner
2019-12-05Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton
2019-10-30Fix -Wsign-compare warning with clang-clReid Kleckner
2019-10-10Add GsymCreator and GsymReader.Greg Clayton
2019-09-17GSYM: add encoding and decoding to FunctionInfoGreg Clayton
2019-09-11Add some missing changes to GSYM that was addressing a gcc compilation error ...David Blaikie
2019-09-11Add a LineTable class to GSYM and test it.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