Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:FC

235 // Module C { Extern FA, Function FC which calls FA },
236 // execute FC, FB, FA
241 Function *FA, *FB, *FC;
242 createThreeModuleCase(A, FA, B, FB, C, FC);
248 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
260 // Module C { Extern FA, Function FC which calls FA },
261 // execute FA, FB, FC
266 Function *FA, *FB, *FC;
267 createThreeModuleCase(A, FA, B, FB, C, FC);
279 ptr = TheJIT->getFunctionAddress(FC->getName().str());
285 // Module C { Extern FB, Function FC which calls FB },
286 // execute FC, FB, FA
291 Function *FA, *FB, *FC;
292 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC);
298 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
310 // Module C { Extern FB, Function FC which calls FB },
311 // execute FA, FB, FC
316 Function *FA, *FB, *FC;
317 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC);
329 ptr = TheJIT->getFunctionAddress(FC->getName().str());