Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:TheJIT

32   EXPECT_NE(0, TheJIT->getObjectImage())
35 TheJIT->addModule(createEmptyModule("<other module>"));
36 TheJIT->addModule(createEmptyModule("<other other module>"));
39 EXPECT_NE(0, TheJIT->getObjectImage())
75 EXPECT_NE(0, TheJIT->getObjectImage())
78 TheJIT->addModule(createEmptyModule("<other module>"));
79 TheJIT->addModule(createEmptyModule("<other other module>"));
82 EXPECT_NE(0, TheJIT->getObjectImage())
98 TheJIT->addModule(B.release());
100 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
103 ptr = TheJIT->getFunctionAddress(FB->getName().str());
118 TheJIT->addModule(B.release());
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
121 TheJIT->finalizeObject();
124 ptr = TheJIT->getFunctionAddress(FA->getName().str());
139 TheJIT->addModule(B.release());
141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
142 TheJIT->finalizeObject();
145 ptr = TheJIT->getFunctionAddress(FA->getName().str());
160 TheJIT->addModule(B.release());
162 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
165 ptr = TheJIT->getFunctionAddress(FB->getName().str());
181 TheJIT->addModule(B.release());
183 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
184 TheJIT->finalizeObject();
187 ptr = TheJIT->getFunctionAddress(FA2->getName().str());
217 TheJIT->addModule(B.release());
219 uint64_t FBPtr = TheJIT->getFunctionAddress(FB->getName().str());
220 TheJIT->finalizeObject();
226 uint64_t FAPtr = TheJIT->getFunctionAddress(FA->getName().str());
245 TheJIT->addModule(B.release());
246 TheJIT->addModule(C.release());
248 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
251 ptr = TheJIT->getFunctionAddress(FB->getName().str());
254 ptr = TheJIT->getFunctionAddress(FA->getName().str());
270 TheJIT->addModule(B.release());
271 TheJIT->addModule(C.release());
273 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
276 ptr = TheJIT->getFunctionAddress(FB->getName().str());
279 ptr = TheJIT->getFunctionAddress(FC->getName().str());
295 TheJIT->addModule(B.release());
296 TheJIT->addModule(C.release());
298 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
301 ptr = TheJIT->getFunctionAddress(FB->getName().str());
304 ptr = TheJIT->getFunctionAddress(FA->getName().str());
320 TheJIT->addModule(B.release());
321 TheJIT->addModule(C.release());
323 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
326 ptr = TheJIT->getFunctionAddress(FB->getName().str());
329 ptr = TheJIT->getFunctionAddress(FC->getName().str());
345 TheJIT->addModule(B.release());
347 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
350 ptr = TheJIT->getFunctionAddress(FB1->getName().str());
366 TheJIT->addModule(B.release());
368 uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str());
371 ptr = TheJIT->getFunctionAddress(FA->getName().str());
387 TheJIT->addModule(B.release());
389 uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str());
392 ptr = TheJIT->getFunctionAddress(FB2->getName().str());