[Lldb-commits] [lldb] [lldb][DWARFUnit] Implement PeekDIEName query (PR #78486)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 19 16:21:48 PST 2024
clayborg wrote:
I was thinking about DIE -> name stuff, and was wondering if we would benefit from a cache of DIE offset to `DW_AT_name` and DIE offset to `DW_AT_linkage_name`. Not sure how many times we might lookup DIE names multiple times.
https://github.com/llvm/llvm-project/pull/78486
More information about the lldb-commits
mailing list