Lines Matching refs:TheJIT
37 TheJIT->finalizeObject();
38 //EXPECT_NE(0, TheJIT->getObjectImage())
49 void *globalPtr = TheJIT->getPointerToGlobal(Global);
50 TheJIT->finalizeObject();
63 void *addPtr = TheJIT->getPointerToFunction(F);
64 TheJIT->finalizeObject();
80 void *vPtr = TheJIT->getPointerToFunction(Main);
81 TheJIT->finalizeObject();
102 void *rgvPtr = TheJIT->getPointerToFunction(ReturnGlobal);
103 TheJIT->finalizeObject();
133 void *gvPtr = TheJIT->getPointerToGlobal(GV);
134 TheJIT->finalizeObject();
137 void *vPtr = TheJIT->getPointerToFunction(IncrementGlobal);
175 void *vPtr = TheJIT->getPointerToFunction(Outer);
176 TheJIT->finalizeObject();
194 EXPECT_NE(0, TheJIT->getObjectImage())
197 TheJIT->addModule(createEmptyModule("<other module>"));
198 TheJIT->addModule(createEmptyModule("<other other module>"));
201 EXPECT_NE(0, TheJIT->getObjectImage())
220 TheJIT->addModule(M.take());
223 void *vPtr = TheJIT->getPointerToFunction(Caller);
224 TheJIT->finalizeObject();