<div dir="ltr"><div dir="ltr"><div>Hi all,</div><div>I was still playing with the Interpreter class and I was wondering if it is possible to obtain the reference to the function that would be called by a * to a function.</div><div><br></div><div>For instance:</div><div><br></div><div>%2 = load {}*, {}** %1, align 8<br>...<br>%5 = bitcast {}* %2 to void (%struct.png_struct_def.129*, i8*, i64)*<br>tail call void %5(%struct.png_struct_def.129* %png_ptr, i8* %data, i64 %length) #15<br></div><div><br></div><div>Once I encounter the call instruction, can I find out which function will be called before actually performing the call?</div><div><br></div><div>I hope it is clear :)</div><div><br></div><div>Thanks</div><div>Alberto<br></div></div></div>