search for: localfunct

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

Did you mean: localfun1
2007 Jul 12
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_with.c libswfdec/swfdec_sprite_movie.c test/trace
...| 24 ++++++++++++++++++++++++ libswfdec/swfdec_as_object.h | 4 ++++ libswfdec/swfdec_as_with.c | 9 +++++++++ libswfdec/swfdec_sprite_movie.c | 9 +++++++-- test/trace/Makefile.am | 18 ++++++++++++++++++ test/trace/this-localfunction-5.swf |binary test/trace/this-localfunction-5.swf.trace | 5 +++++ test/trace/this-localfunction-6.swf |binary test/trace/this-localfunction-6.swf.trace | 5 +++++ test/trace/this-localfunction-7.swf |binary test/trace/this-localfunction-7.swf.trace | 5 +++++ test/...
2018 Apr 04
0
weird behaviour of llvm::linker::LinkInModule()
...t; withing the same LLVMContext, and create a function declaration in module A via:</div><div>    auto functionInAnotherModule = ModuleB.getFunction(callableName);</div><div>    auto functionType = functionInAnotherModule->getFunctionType();</div><div>    auto localFunction = llvm::Function::Create(functionType, llvm::GlobalValue::LinkageTypes::ExternalWeakLinkage, callableName, &ModuleA);</div><div> </div><div>    Function seems to be copied, together with complex types its using:</div><div>    ; ModuleID = 'JitModule...