search for: hostcall

Displaying 2 results from an estimated 2 matches for "hostcall".

Did you mean: postcall
2013 Apr 18
3
[LLVMdev] inserting a function into a module
I'm looking for an example of how to insert a new function into a module. I have a module pass that needs to create some new functions. Tia. Reed
2013 Oct 23
1
[LLVMdev] JIT functions' signature known only at runtime
Hi there! I am trying to figure out how I can call the function returned by the JIT execution engine. The only circumstance that makes this case a little problematic is that the function's signature is only available as runtime state. More precisely the arguments to be passed are only available as a vector of, e.g., union Types { void *ptr; float *ptr_float; double *ptr_double;