Searched refs:getPointerToFunction (Results 1 – 7 of 7) sorted by relevance
359 virtual void *getPointerToFunction(Function *F) = 0;370 return getPointerToFunction(F); in getPointerToFunctionOrStub()
197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
410 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT513 void *FPtr = getPointerToFunction(F); in runFunction()
251 void *getPointerToFunction(Function *F) override;
359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo()
680 (void)EE->getPointerToFunction(EntryFn); in main()
566 return getPointerToFunction(F); in getPointerToGlobal()