<div dir="ltr">Hi,<br><br>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.<br>
<br>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?<br><br>Thanks<br><br>--Kapil<br></div>