Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp103 Function *ReturnGlobal = startFunction<int32_t(void)>(M.get(), in TEST_F() local
106 endFunctionWithRet(ReturnGlobal, ReadGlobal); in TEST_F()
109 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str()); in TEST_F()