<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 12, 2015 at 3:24 PM, Kevin Hu <span dir="ltr"><<a href="mailto:hxy9243@gmail.com" target="_blank">hxy9243@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi David,<div><br></div><div><br></div><div>Thanks very much.</div><div><br></div><div>I tried and the IR it produces is:</div><div><br></div><div>%call = call i32 @atexit(void ()* foo)</div><div><br></div><div>The problem is this still doesn't give me any clues how to produce the code inside my LLVM pass. How do I get the pointer to this foo function?</div></div></blockquote><div><br>You can look at the Clang code to see how it produces this IR - or you might be able to use the LLVM C++ backend that will produce C++ source code that generates the textual IR it's given. <br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Any hints?</div><div><br></div><div><br></div><div>Thank you.</div><div>Kevin Hu</div><img src="http://t.signalecinque.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dj0qW64JvZH6538V-MdV5ZMQFLCHW2swVb-1k1H6H0?si=5235970534801408&pi=e3f2ae70-bd95-40a0-be52-bba786d57566" width="1" height="1"></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Mar 12, 2015 at 6:09 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class="">Easiest thing to do would be to write the equivalent C code, throw it through Clang, and look at the IR it produces.<br></span><div class="gmail_extra"><br><div class="gmail_quote"><span class=""><div><div>On Thu, Mar 12, 2015 at 3:00 PM, Kevin Hu <span dir="ltr"><<a href="mailto:hxy9243@gmail.com" target="_blank">hxy9243@gmail.com</a>></span> wrote:<br></div></div></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div><div><div dir="ltr">Dear all,<div><br></div><div><br></div><div>I'm writing an LLVM pass, and I want to insert a call instruction that takes a function pointer as a parameter. The effect would be the same as following:</div><div><br></div><div>atexit(foo);</div><div><br></div><div>Where foo is a function I insert with M.getOrInsertFunction(), which in LLVM is a Function class.</div><div><br></div><div>I searched for a while and did not come up with a satisfying answer. Should I create a Value class of pointer type, or a Int64Ty for a pointer? How do I get the pointer to the function I create? I also tried passing foo as Function* in LLVM as parameter to create CallInst directly, and I doesn't seem to work.</div><div><div><br></div><div>Any hints and enlightenment is appreciated. Many thanks.</div><div><br></div><div><br></div>Regards,<br><div><div dir="ltr">Yours,<div>Kevin Hu</div></div></div>
</div></div>
<br></div></div></span><span class="">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></span></blockquote></div><br></div></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Yours,<div>X. Hu</div></div></div>
</font></span></div>
</blockquote></div><br></div></div>