Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp101 Function *ReturnGlobal = in TEST_F() local
105 endFunctionWithRet(ReturnGlobal, ReadGlobal); in TEST_F()
108 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str()); in TEST_F()