Lines Matching refs:TheJIT
54 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F()
67 uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str()); in TEST_F()
88 uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str()); in TEST_F()
109 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str()); in TEST_F()
180 uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str()); in TEST_F()
196 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F()
197 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
233 TheJIT->InstallLazyFunctionCreator(UnresolvedHandler); in TEST_F()
236 TheJIT->finalizeObject(); in TEST_F()
272 TheJIT->InstallLazyFunctionCreator(UnresolvedHandler); in TEST_F()
275 TheJIT->finalizeObject(); in TEST_F()