Displaying 1 result from an estimated 1 matches for "40400c8b".
Did you mean:
4000c8
2017 Oct 25
1
Finding the entry point function in a LLVM IR
Thank You David and Mats for the reply,
The reason I need to know that main is the entry point is as follows :
I have a dead code elimination pass that removes the function call for boo.
boo was initially called from the main function , but since the return in
the main function has no dependency on boo, boo function call is removed.
Now I want to remove the function definition of the functions