Searched defs:getPointerToFunction (Results 1 – 3 of 3) sorted by relevance
197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
353 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT