search for: some_int

Displaying 1 result from an estimated 1 matches for "some_int".

Did you mean: one_int
2005 Mar 21
3
[LLVMdev] arguments to standard library functions
...e 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