Searched refs:getPointerToFunction (Results 1 – 7 of 7) sorted by relevance
350 virtual void *getPointerToFunction(Function *F) = 0;361 return getPointerToFunction(F); in getPointerToFunctionOrStub()
30 void *FPtr = getPointerToFunction(F); in runFunction()
353 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
407 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT510 void *FPtr = getPointerToFunction(F); in runFunction()
260 void *getPointerToFunction(Function *F) override;
576 return getPointerToFunction(F); in getPointerToGlobal()