Re: [PATCH 4/4] Write S_INLINESITE CodeView symbols

2024-11-23 Thread Jeff Law
On 11/6/24 9:39 PM, Mark Harmstone wrote: Translate DW_TAG_inlined_subroutine DIEs into S_INLINESITE CodeView symbols, marking inlined functions. gcc/ * dwarf2codeview.cc (enum cv_sym_type): Add S_INLINESITE and S_INLINESITE_END. (get_func_id): Add declaration.

[PATCH 4/4] Write S_INLINESITE CodeView symbols

2024-11-06 Thread Mark Harmstone
Translate DW_TAG_inlined_subroutine DIEs into S_INLINESITE CodeView symbols, marking inlined functions. gcc/ * dwarf2codeview.cc (enum cv_sym_type): Add S_INLINESITE and S_INLINESITE_END. (get_func_id): Add declaration. (write_s_inlinesite): New function. (w