search for: invokesfunctionwith

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

2013 Oct 02
2
[LLVMdev] builtin_apply?
...dress, and all registers that might be used to pass arguments to a function into a block of memory allocated on the stack. Then it returns the address of that block. --- Built-in Function: void **__builtin_apply*(void(*function)(), void *arguments, size_t size) This built-in function invokesfunctionwith a copy of the parameters described byargumentsandsize. The value ofargumentsshould be the value returned by|__builtin_apply_args|. The argumentsizespecifies the size of the stack argument data, in bytes. This function returns a pointer to data describing how to return what...