Displaying 1 result from an estimated 1 matches for "0x0x2029510".
2009 Mar 02
1
[LLVMdev] LLVMdev Digest, Vol 53, Issue 72
Hello All,
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