[llvm-dev] Function start address

via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 3 12:08:36 PDT 2018


Hi Muhui,

I tried to grep the "DW_TAG_subprogram" from the debug_info . However, I noticed that the number I found is still less than the whole functions I found with LLVM IR. Do you have any experiences? Many Thanks

The only explanation that comes to mind, is that the functions are not in the final binary object file.  However, previously you said you believed they were present.  If that is the case, please provide us with an example source file and compiler command line, to help diagnose the behavior.

Thanks,
--paulr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180603/5c605cbe/attachment.html>


More information about the llvm-dev mailing list