Searched refs:MainFnTy (Results 1 – 2 of 2) sorted by relevance
40 typedef int (*MainFnTy)(); typedef in llvm::OrcCAPIExecutionTest92 MainFnTy MainFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "main"); in TEST_F()116 MainFnTy MainFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "main"); in TEST_F()142 MainFnTy FooFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "foo"); in TEST_F()
197 typedef int (*MainFnTy)(int, const char *[]); in handleCallMain() typedef199 MainFnTy Fn = reinterpret_cast<MainFnTy>(static_cast<uintptr_t>(Addr)); in handleCallMain()