Displaying 1 result from an estimated 1 matches for "_z6_task_pfvpvs_s_s_es_s_s_s_".
2013 Apr 16
0
[LLVMdev] Name mangling and getOrInsertFunction
...at the name has a common substring with the other function (or based on the original name it has in the source code). To be more precise, originally, the function is called task and it is overloaded. Therefore, in the LLVM IR one of them becomes @_Z6_task_PFvPvS_S_S_ES1_S_S_S_S_ and the other one @_Z6_task_PFvPvS_S_S_ES_S_S_S_ .
And I want to replace call @_Z6_task_PFvPvS_S_S_ES1_S_S_S_S_ (%a, %b)
with
call @_Z6_task_PFvPvS_S_S_ES_S_S_S_(%a, %b, %c)
Thank you,
Alexandra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130416/...