Displaying 1 result from an estimated 1 matches for "scantypetestusers".
2017 Apr 26
2
Identify virtual function call sites and candidate callees for it
Hi,
I have an analysis pass which collects information about functions based on their call sites. There are problems I'm facing with processing virtual function calls, namely
. How identify virtual call sites in my pass?
. How Identify candidate callees for the given virtual call site?
For the following example, the information I want to get would be identify call of F and as a possible