[llvm-dev] Function name demangling in llvm ir

sangeeta chowdhary via llvm-dev llvm-dev at lists.llvm.org
Wed Jun 24 12:10:34 PDT 2020


Hello,

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?

Regards,
Sangeeta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200624/dcc1b31a/attachment.html>


More information about the llvm-dev mailing list