Consider the llvm instruction:
%call3 = call i32 @square(i32 %1)
Is it possible to extract the pointer to the "square" function ?
Thanks !
There is Function* CallInst::getCalledFunction() const
method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With