Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp142 MainFnTy FooFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "foo"); in TEST_F() local
143 int Result = FooFn(); in TEST_F()
150 FooFn(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp195 MainFnTy FooFn = (MainFnTy)MainAddr; in TEST_F() local
196 int Result = FooFn(); in TEST_F()
203 FooFn(); in TEST_F()