[llvm] [llvm][DebugInfo] Attach object-pointer to DISubprogram declarations (PR #122742)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 13:23:47 PST 2025


Michael137 wrote:

Thanks for pinging

A debug-info size increase was expected given this affects all method declarations. Though 10% does seem like a lot. Any ideas what we could do to reduce some of it? We do really need a way to determine the object pointer from declarations in LLDB. When parsing a method declaration, doing a lookup for a function definition to find an object pointer feels a bit awkward but i guess it would be an option

https://github.com/llvm/llvm-project/pull/122742


More information about the llvm-commits mailing list