search for: generatorfunctions

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

Did you mean: generatorfunction
2019 Sep 25
4
Questions after playing around with KaleidoscopeJIT (With source files)
...ymbols (See PlanschbeckenJIT.cpp:95) 3.) I can use this->es.getMainJITDylib().define Each way worked fine. But I felt that way 2.) was the most annoying way, because I had to provide many other addresses. So what way is the best? Or can I 'freely' choose? Is it possible to have multiple GeneratorFunctions? I would like to use the 'default' DynamicLibrarySearchGenerator plus my own lookup function. Would it also be possible to replace the uses of "?planschiValue@@3HB" directly with the actuall value of "plaschiValue"? Because it is a constant? 2.) Loading multiple modules...