Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:TheJIT

37   //EXPECT_NE(0, TheJIT->getObjectImage())
48 void *globalPtr = TheJIT->getPointerToGlobal(Global);
63 void *addPtr = TheJIT->getPointerToFunction(F);
81 void *vPtr = TheJIT->getPointerToFunction(Main);
104 void *rgvPtr = TheJIT->getPointerToFunction(ReturnGlobal);
136 void *gvPtr = TheJIT->getPointerToGlobal(GV);
139 void *vPtr = TheJIT->getPointerToFunction(IncrementGlobal);
174 void *vPtr = TheJIT->getPointerToFunction(Outer);
192 EXPECT_NE(0, TheJIT->getObjectImage())
195 TheJIT->addModule(createEmptyModule("<other module>"));
196 TheJIT->addModule(createEmptyModule("<other other module>"));
199 EXPECT_NE(0, TheJIT->getObjectImage())
218 TheJIT->addModule(M.take());
221 void *vPtr = TheJIT->getPointerToFunction(Caller);