Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp301 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
326 createThreeModuleChainedCallsCase(A, FA, B, FB, C, FC); in TEST_F()
DMCJITTestBase.h220 createThreeModuleChainedCallsCase(std::unique_ptr<Module> &A, Function *&FA, in createThreeModuleChainedCallsCase() function