[LLVMdev] arguments to standard library functions

Abhijit Ray abhijit.ray at gmail.com
Sun Mar 20 21:07:49 PST 2005


HI ,
 I understand that the standard C library functions are executed using the 
native  library  of the host machine. ( for example when we execute a bytecode
to extract the profile info )

Is it possible to extract for each standard library function that is
executed , the arguments that the function is called with.
For example if  printf ("%d", some_int )  when called during runtime
with some_int = 243 i want to get that info .

abhijit




More information about the llvm-dev mailing list