Searched refs:OutOfProcessExecutor (Results 1 – 1 of 1) sorted by relevance
154 static cl::opt<std::string> OutOfProcessExecutor( variable595 return make_error<StringError>("-" + OutOfProcessExecutor.ArgStr + in LaunchExecutor()628 ExecutorPath = std::make_unique<char[]>(OutOfProcessExecutor.size() + 1); in LaunchExecutor()629 strcpy(ExecutorPath.get(), OutOfProcessExecutor.data()); in LaunchExecutor()801 if (OutOfProcessExecutor.getNumOccurrences()) { in Create()1068 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()1071 "Only one of -" + OutOfProcessExecutor.ArgStr + " and -" + in sanitizeArguments()1077 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()1078 OutOfProcessExecutor.empty()) { in sanitizeArguments()1085 OutOfProcessExecutor = OOPExecutorPath.str().str(); in sanitizeArguments()