[LLVMdev] Call Graph Analysis

kapil anand kapilanand2 at gmail.com
Wed Aug 20 09:47:26 PDT 2008


Hi,

I have been working on implementing new analysis for a LLVM module. For
that, I need that Call Graph of the module. Inside the CallGraph file, the
constructor has been declared "protected" hence I can't define its instance
and thus use the CallGraph for further analysis.

So, what are the ways of building and using Call Graph of a module. Do I
need to make my new analysis as another PASS?

Thanks

--Kapil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080820/38e031ff/attachment.html>


More information about the llvm-dev mailing list