Displaying 1 result from an estimated 1 matches for "1021705".
Did you mean:
021705
2012 Apr 09
2
[LLVMdev] Problem on instrumentation
Hi,
I am instrumenting a piece of code. I want to insert a function call at the interested area, and do something in the called function which is written by myself.
I have succeed on implementing the pass, and getting the instrmented code. However, I am not sure where to put this function, and what kind of linkage I should use for this function.
Currently I use External linkage which is