If a function has sample to use, but cannot use them because of no debug information, currently a warning will be issued to inform the missing opportunity.
This warning assumes the binary generating the profile and the binary using the profile are similar enough. In some cases even if it is not similar enough, we may still get some benefit by using sampleFDO. In those cases, we may not want to see a lot of such warnings pop up.
The patch adds an option for the warning.