[LLVMdev] Finding Targets of a Function Pointer

Patrick Alexander Simmons simmon12 at cs.uiuc.edu
Tue Jul 14 12:31:01 PDT 2009


Hi all,

I was wondering whether there's any existing code to find all possible 
targets of a function pointer in LLVM, and, if not, if there were a 
smarter way to go about writing something to accomplish this than the 
obvious way of recursively following the def-use chains and creating an 
aggregate set.

--Patrick



More information about the llvm-dev mailing list