diff options
author | Alexander Yermolovich <43973793+ayermolo@users.noreply.github.com> | 2024-03-15 13:52:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 13:52:45 -0700 |
commit | a4610c7182d35093e9e0fde5be91659a8b9da5b8 (patch) | |
tree | 80515e3875debeae3d348de06d089cfce9796134 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 8ff96eb100d4811120f3050e5bc75848ea83a938 (diff) | |
download | llvm-a4610c7182d35093e9e0fde5be91659a8b9da5b8.zip llvm-a4610c7182d35093e9e0fde5be91659a8b9da5b8.tar.gz llvm-a4610c7182d35093e9e0fde5be91659a8b9da5b8.tar.bz2 |
[BOLT][DWARF] Add support for DW_IDX_parent (#85285)
This adds support for DW_IDX_parent. If DIE has a parent then
DW_IDX_parent in Entry will point to Entry for that parent DIE.
Otherwise it will have DW_FORM_flag_present in abbrev. Which takes zero
space in Entry.
This came from
https://discourse.llvm.org/t/rfc-improve-dwarf-5-debug-names-type-lookup-parsing-speed/74151
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions