Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h227 Function *FAExtern_in_B = insertExternalReferenceToFunction(B.get(), FA); in createThreeModuleChainedCallsCase() local
228 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B); in createThreeModuleChainedCallsCase()
255 Function *FAExtern_in_B = insertExternalReferenceToFunction(B.get(), FA); in createTwoModuleExternCase() local
257 FAExtern_in_B); in createTwoModuleExternCase()
270 Function *FAExtern_in_B = insertExternalReferenceToFunction(B.get(), FA); in createThreeModuleCase() local
271 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B); in createThreeModuleCase()