Searched refs:getPointerToFunction (Results 1 – 17 of 17) sorted by relevance
254 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F1)); in TEST()269 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F2)); in TEST()314 (intptr_t)TheJIT->getPointerToFunction(TestFunction)); in TEST_F()369 reinterpret_cast<void(*)()>((intptr_t)TheJIT->getPointerToFunction(Func1)); in TEST_F()399 (void)TheJIT->getPointerToFunction(Func1); in TEST_F()426 TheJIT->getPointerToFunction(func); in TEST_F()490 uintptr_t tmp = (uintptr_t)(TheJIT->getPointerToFunction(foo)); in TEST_F()499 TheJIT->getPointerToFunction(func); in TEST_F()502 TheJIT->getPointerToFunction(bar); in TEST_F()521 (intptr_t)TheJIT->getPointerToFunction(F_get_foo_addr)); in TEST_F()[all …]
95 void *F1_addr = EE->getPointerToFunction(F1); in TEST_F()96 void *F2_addr = EE->getPointerToFunction(F2); in TEST_F()97 EE->getPointerToFunction(F1); // Should do nothing. in TEST_F()138 void *F1_addr = EE->getPointerToFunction(F1); in TEST_F()141 void *F2_addr = EE->getPointerToFunction(F2); in TEST_F()213 void *F_addr = EE->getPointerToFunction(F); in TEST_F()
148 void *foo1 = EE1->getPointerToFunction(F1); in TEST()151 void *foo2 = EE2->getPointerToFunction(F2); in TEST()
250 return (*Jit)->getPointerToFunction(F); in getPointerToNamedFunction()391 void *FPtr = getPointerToFunction(F); in runFunction()649 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in JIT701 (void)getPointerToFunction(BB->getParent()); in getPointerToBasicBlock()758 if (OldAddr == 0) { return getPointerToFunction(F); } in recompileAndRelinkFunction()
139 void *getPointerToFunction(Function *F);
540 Actual = TheJIT->getPointerToFunction(F); in getLazyFunctionStub()672 Result = JR->TheJIT->getPointerToFunction(F); in JITCompilerFn()730 return TheJIT->getPointerToFunction(F); in getPointerToGlobal()
97 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT125 void *FPtr = getPointerToFunction(F); in runFunction()
52 virtual void *getPointerToFunction(Function *F);
122 return getPointerToFunction(F); in recompileAndRelinkFunction()203 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction() function
290 virtual void *getPointerToFunction(Function *F) = 0;303 return getPointerToFunction(F); in getPointerToFunctionOrStub()
263 EE->getPointerToFunction(Fn); in main()
515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
1592 reinterpret_cast<intptr_t>(engine->getPointerToFunction(function))); in runExceptionThrow()
507 return getPointerToFunction(F); in getPointerToGlobal()