Searched refs:getPointerToFunction (Results 1 – 7 of 7) sorted by relevance
350 /// getPointerToFunction - The different EE's represent function bodies in358 virtual void *getPointerToFunction(Function *F) = 0;363 /// getPointerToFunction for the requirements on destroying F.369 return getPointerToFunction(F); in getPointerToFunctionOrStub() 386 // Interpreter clients should use getPointerToFunction instead. in getFunctionAddress() 447 /// getPointerToFunction. If lazy compilation is turned on, the JIT will only
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;
359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo()
679 (void)EE->getPointerToFunction(EntryFn); in main()
567 return getPointerToFunction(F); in getPointerToGlobal()