[LLVMdev] Indirect function call
Andrew Lenharth
alenhar2 at uiuc.edu
Tue May 30 07:22:19 PDT 2006
On Tue, 2006-05-23 at 03:51, 夏一民 wrote:
> Yes, if we want to determine all indirect call(including function pointers in
> structs, arrays), we should improve DSA to analyze function pointer, and then
> exploit pointing set of function pointer in callgraph analysis. :)
Various people have done this in the past (a DSA based callgraph
analysis). Try emailing Rob Bocchino. He's done this in the past and
probably can be convinced to brush off that code and make it work with
the current callgraph interface.
Andrew
More information about the llvm-dev
mailing list