1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/DebugInfo/GSYM
Greg Clayton 35965d72e0 Fix a case where multiple symbols with zero size would cause duplicate entries in gsym files.
Symbol tables can have symbols with no size in mach-o files that were failing to get combined into a single entry. This resulted in many duplicate entries for the same address and made gsym files larger.

Differential Revision: https://reviews.llvm.org/D105068
2021-06-28 18:26:26 -07:00
..
CMakeLists.txt
DwarfTransformer.cpp Add --quiet option to llvm-gsymutil to suppress output of warnings. 2021-05-27 12:36:34 +00:00
FileWriter.cpp
FunctionInfo.cpp
GsymCreator.cpp Fix a case where multiple symbols with zero size would cause duplicate entries in gsym files. 2021-06-28 18:26:26 -07:00
GsymReader.cpp
Header.cpp
InlineInfo.cpp
LineTable.cpp
LookupResult.cpp
ObjectFileTransformer.cpp
Range.cpp