Lines Matching refs:OutOfProcessExecutor
208 static cl::opt<std::string> OutOfProcessExecutor( variable
819 return make_error<StringError>("-" + OutOfProcessExecutor.ArgStr + in launchExecutor()
825 "-" + OutOfProcessExecutor.ArgStr + in launchExecutor()
857 ExecutorPath = std::make_unique<char[]>(OutOfProcessExecutor.size() + 1); in launchExecutor()
858 strcpy(ExecutorPath.get(), OutOfProcessExecutor.data()); in launchExecutor()
989 if (OutOfProcessExecutor.getNumOccurrences()) { in Create()
1300 if (OutOfProcessExecutor.getNumOccurrences() || in sanitizeArguments()
1346 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
1349 "Only one of -" + OutOfProcessExecutor.ArgStr + " and -" + in sanitizeArguments()
1355 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
1356 OutOfProcessExecutor.empty()) { in sanitizeArguments()
1361 OutOfProcessExecutor = OOPExecutorPath.str().str(); in sanitizeArguments()