Lines Matching refs:FB
94 Function *FA, *FB; in TEST_F() local
95 createTwoModuleCase(A, FA, B, FB); in TEST_F()
103 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
114 Function *FA, *FB; in TEST_F() local
115 createTwoModuleCase(A, FA, B, FB); in TEST_F()
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
135 Function *FA, *FB; in TEST_F() local
136 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
156 Function *FA, *FB; in TEST_F() local
157 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
165 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
176 Function *FA1, *FA2, *FB; in TEST_F() local
177 createTwoModuleExternCase(A, FA1, B, FB); in TEST_F()
183 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
204 Function *FA, *FB; in TEST_F() local
214 FB = startFunction<int32_t(void)>(B.get(), "FB"); in TEST_F()
215 endFunctionWithRet(FB, Builder.CreateLoad(GVB)); in TEST_F()
228 uint64_t FBPtr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
250 Function *FA, *FB, *FC; in TEST_F() local
251 createThreeModuleCase(A, FA, B, FB, C, FC); in TEST_F()
260 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
275 Function *FA, *FB, *FC; in TEST_F() local
276 createThreeModuleCase(A, FA, B, FB, C, FC); in TEST_F()
285 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
300 Function *FA, *FB, *FC; in TEST_F() local
301 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
310 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
325 Function *FA, *FB, *FC; in TEST_F() local
326 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
335 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()