[LLVMdev] a question about funtion information

Qixue Xiao s2exqx at gmail.com
Thu May 8 02:06:02 PDT 2014


Hi, every one,

I want to know  a function linked from which object in llvm bitcode, how
should I do?
for example, when I get the function named xxx, I want to know function xxx
whether is from libc library or other object.

I have used the linkage type to check it, but functions in libc or my
program are both ExternalLinkage.

thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140508/5884db33/attachment.html>


More information about the llvm-dev mailing list