Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp157 cl::opt<bool> RemoteMCJIT("remote-mcjit", variable
554 if (RemoteMCJIT) in main()
563 } else if (RemoteMCJIT) { in main()
645 if (RemoteMCJIT && Triple(Mod->getTargetTriple()).isOSCygMing()) { in main()
655 if (!RemoteMCJIT) in main()
659 if (!NoLazyCompilation && RemoteMCJIT) { in main()
699 if (RemoteMCJIT) { in main()
720 RemoteMCJIT ? ExitOnErr(launchRemote()) in main()
723 if (!RemoteMCJIT) { in main()