Searched refs:ChildExecPath (Results 1 – 1 of 1) sorted by relevance
109 ChildExecPath("mcjit-remote-process", variable664 if (!ChildExecPath.empty()) { // Remote execution on a child process in main()672 if (!sys::fs::can_execute(ChildExecPath)) { in main()673 errs() << "Unable to find usable child executable: '" << ChildExecPath in main()677 Target.reset(new RemoteTargetExternal(ChildExecPath)); in main()