<div><br>Hello All,</div>
<div> </div>
<div>I am currently working on a project which requires me to generate a .bc file for given .c file and open the .bc file to identify various functions and the caller callee relationship amongst them. The end goal is to generate a type of callgraph for all the functions present in the original C code. I am quite new to llvm and will really appreciate if I can be provided some pointers. I am looking at various llvm passes, but I am not quite sure if thats the way to go.</div>

<div> </div>
<div>Your help will be greatly appreciated.</div>
<div> </div>
<div>Thanks</div>
<div>SHWETA</div>