[llvm-dev] Avoiding functions in dynamic library
SANGEETA CHOWDHARY via llvm-dev
llvm-dev at lists.llvm.org
Sun Feb 25 17:29:28 PST 2018
Hello Everyone,
Is there any way in llvm by which I can avoid functions defined in dynamic library in my llvm function pass. I am interested in functions defined only in application, not in the dynamic library. One way is to add functions name in a file and iterate over only those functions but its very cumbersome as my application consists of many mangled functions.
Any help would be much appreciated.
Regards,
Sangeeta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180225/dcfdd58c/attachment.html>
More information about the llvm-dev
mailing list