search for: ce01e0e9

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

2012 Apr 16
0
[LLVMdev] Proper way to use "host application" function from JIT code
...way to find mangled function names in the plugin, other than dumping its contents and discovering what's the real name in the IR? Thanks, Andrea. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120416/ce01e0e9/attachment.html>
2012 Apr 15
2
[LLVMdev] Proper way to use "host application" function from JIT code
Hi, I found myself doing very similar things to what's discussed in http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-July/009836.html. More precisely, I've modified the clang-interpreter example so that I can specify a .cpp source file at runtime which is JIT-compiled and some functions inside it get called by the interpreter executable itself. In this context, "host-application"