Lines Matching refs:FB
93 Function *FA, *FB; in TEST_F() local
94 createTwoModuleCase(A, FA, B, FB); in TEST_F()
102 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
113 Function *FA, *FB; in TEST_F() local
114 createTwoModuleCase(A, FA, B, FB); in TEST_F()
119 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
134 Function *FA, *FB; in TEST_F() local
135 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
140 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
155 Function *FA, *FB; in TEST_F() local
156 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
164 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
175 Function *FA1, *FA2, *FB; in TEST_F() local
176 createTwoModuleExternCase(A, FA1, B, FB); in TEST_F()
182 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
203 Function *FA, *FB; in TEST_F() local
215 FB = startFunction(B.get(), in TEST_F()
217 endFunctionWithRet(FB, Builder.CreateLoad(Builder.getInt32Ty(), GVB)); in TEST_F()
230 uint64_t FBPtr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
252 Function *FA, *FB, *FC; in TEST_F() local
253 createThreeModuleCase(A, FA, B, FB, C, FC); in TEST_F()
262 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
277 Function *FA, *FB, *FC; in TEST_F() local
278 createThreeModuleCase(A, FA, B, FB, C, FC); in TEST_F()
287 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
302 Function *FA, *FB, *FC; in TEST_F() local
303 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
312 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
327 Function *FA, *FB, *FC; in TEST_F() local
328 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
337 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()