Displaying 1 result from an estimated 1 matches for "7c5430f8".
2018 Jun 08
1
Retrieving the name of a indirect virtual method call in LLVM pass
The goal is to create a function call graph with the names of the functions, and the graph should include indirect calls too. I looked and saw that LLVM supports a metadata type called ‘callees’, but I don’t see that it’s currently being implemented by clang. Will this eventually be used?
Thanks,
Ben
From: David Blaikie <dblaikie at gmail.com>
Sent: Friday, June 8, 2018 1:06 PM
To: