search for: func_ref

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

Did you mean: funct_ref
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
...p;options, sizeof(options), &error) != 0) { fprintf(stderr, "%s\n", error); LLVMDisposeMessage(error); abort(); } LLVMRunStaticConstructors(qry->llvm.engine); Then I do the IR building and get the function pointer i need: iter->run = LLVMGetPointerToGlobal(qry->llvm.engine, func_ref); Am i doing something wrong? Thanks -- Regards, Konstantin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130922/ac4fa650/attachment.html>
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
...{ > fprintf(stderr, "%s\n", error); > LLVMDisposeMessage(error); > abort(); > } > LLVMRunStaticConstructors(qry->llvm.engine); > > Then I do the IR building and get the function pointer i need: > > iter->run = LLVMGetPointerToGlobal(qry->llvm.engine, func_ref); > > > Am i doing something wrong? > > Thanks > -- > Regards, > Konstantin > -- Regards, Konstantin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130922/1840234d/attachment.h...