diff options
| author | Michael Buch <michaelbuch12@gmail.com> | 2025-10-31 09:44:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-31 09:44:13 +0000 |
| commit | 1e7c082524ed7fa12e572d84462b79e3315fb704 (patch) | |
| tree | 3e09be624a9740f8ae1486e5e7033eb34f323bf8 /clang/lib/Frontend/CompilerInvocation.cpp | |
| parent | 44fefe70e41a3b8e68545f45798740f74f4231cd (diff) | |
| download | llvm-1e7c082524ed7fa12e572d84462b79e3315fb704.zip llvm-1e7c082524ed7fa12e572d84462b79e3315fb704.tar.gz llvm-1e7c082524ed7fa12e572d84462b79e3315fb704.tar.bz2 | |
[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)
This patch makes `dwarfdump` show the `DW_AT_APPLE_property_name` of a
referenced `DW_TAG_APPLE_property` (similar to how we show the name of a
referenced `DW_AT_type`). Eventually we'll extend this to the DWARFv6
property tags too.
Before:
```
0x00000013: DW_TAG_APPLE_property
DW_AT_APPLE_property_name ("propertyName")
0x0000001b: DW_TAG_member
DW_AT_name ("_ivar")
DW_AT_APPLE_property (0x00000013)
```
After:
```
0x00000013: DW_TAG_APPLE_property
DW_AT_APPLE_property_name ("propertyName")
0x0000001b: DW_TAG_member
DW_AT_name ("_ivar")
DW_AT_APPLE_property (0x00000013 "propertyName")
```
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
