search for: reresolv

Displaying 1 result from an estimated 1 matches for "reresolv".

Did you mean: rresolv
2009 Jul 06
0
[LLVMdev] How are callees resolved?
...OrInsertFunction(). The question I have is how are Call instructions affected by such a load? Do I have to specify apriori w.r.t. functions already loaded in the modules associated with the EE when building such functions or is it possible to have some sort of link phase where these the callees are reresolved? Thanks in advance.