Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp292 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
317 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
H A DMCJITTestBase.h222 createThreeModuleChainedCallsCase(std::unique_ptr<Module> &A, Function *&FA, in createThreeModuleChainedCallsCase() function