Searched refs:getPointerToFunction (Results 1 – 7 of 7) sorted by relevance
358 virtual void *getPointerToFunction(Function *F) = 0;369 return getPointerToFunction(F); in getPointerToFunctionOrStub()
197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
413 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT516 void *FPtr = getPointerToFunction(F); in runFunction()
252 void *getPointerToFunction(Function *F) override;
679 (void)EE->getPointerToFunction(EntryFn); in main()
359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo()
567 return getPointerToFunction(F); in getPointerToGlobal()