Home
last modified time | relevance | path

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

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