Home | History | Annotate | Download | only in MCJIT

Lines Matching refs:FC

244 // Module C { Extern FA, Function FC which calls FA },
245 // execute FC, FB, FA
250 Function *FA, *FB, *FC;
251 createThreeModuleCase(A, FA, B, FB, C, FC);
257 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
269 // Module C { Extern FA, Function FC which calls FA },
270 // execute FA, FB, FC
275 Function *FA, *FB, *FC;
276 createThreeModuleCase(A, FA, B, FB, C, FC);
288 ptr = TheJIT->getFunctionAddress(FC->getName().str());
294 // Module C { Extern FB, Function FC which calls FB },
295 // execute FC, FB, FA
300 Function *FA, *FB, *FC;
301 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC);
307 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
319 // Module C { Extern FB, Function FC which calls FB },
320 // execute FA, FB, FC
325 Function *FA, *FB, *FC;
326 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC);
338 ptr = TheJIT->getFunctionAddress(FC->getName().str());