Searched refs:OutOfProcessExecutor (Results 1 – 1 of 1) sorted by relevance
208 static cl::opt<std::string> OutOfProcessExecutor( variable819 return make_error<StringError>("-" + OutOfProcessExecutor.ArgStr + in launchExecutor()825 "-" + OutOfProcessExecutor.ArgStr + 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()[all …]