Home
last modified time | relevance | path

Searched refs:insertSimpleCallFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h63 Function *insertSimpleCallFunction(Module *M, Function *Callee) { in insertSimpleCallFunction() function
224 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createThreeModuleChainedCallsCase()
228 FC = insertSimpleCallFunction(C.get(), FBExtern_in_C); in createThreeModuleChainedCallsCase()
252 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createTwoModuleExternCase()
266 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createThreeModuleCase()
270 FC = insertSimpleCallFunction(C.get(), FAExtern_in_C); in createThreeModuleCase()
H A DMCJITMultipleModuleTest.cpp177 FA2 = insertSimpleCallFunction(A.get(), FA1); in TEST_F()