Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h360 class RunMain
361 : public rpc::Function<RunMain, int32_t(JITTargetAddress MainAddr,
415 EP.template addHandler<orcrpctpc::RunMain>(*this, &ThisT::runMain); in OrcRPCTPCServer()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCTargetProcessControl.h345 auto Result = EP.template callB<orcrpctpc::RunMain>(MainFnAddr, Args); in runAsMain()
/external/python/cpython2/Demo/tix/
Dtixwidgets.py175 def RunMain(root): function
1003 RunMain(root)