search for: 4fd7c263

Displaying 1 result from an estimated 1 matches for "4fd7c263".

2007 Dec 16
1
[LLVMdev] finding where a Value was initially assigned
Dear all, I'm trying to locate all instances of a specific function call, identify one of it arguments and find where it was declared and defined. i can visit every instruction in each function, identify the appropriate CallInst, get the CallSite of the instruction and extract the appropriate (Value) argument with getArgument(X). Unfortunately I can't figure out how to get from the Value