<div dir="ltr">Hello,<div><br></div><div>I am doing some program analysis with C++ programs. I need to check if some particular function is called in the program, for that I need the name of the function being called in the call instruction. Since C++ mangles the name of the function, I need a way to demangle the function name in llvm IR. Is there any way to achieve that in llvm pass?</div><div><br></div><div>Regards,</div><div>Sangeeta</div></div>