Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp218 static cl::opt<std::string> OutOfProcessExecutor( variable
718 return make_error<StringError>("-" + OutOfProcessExecutor.ArgStr + in launchExecutor()
724 "-" + OutOfProcessExecutor.ArgStr + in launchExecutor()
756 ExecutorPath = std::make_unique<char[]>(OutOfProcessExecutor.size() + 1); in launchExecutor()
757 strcpy(ExecutorPath.get(), OutOfProcessExecutor.data()); in launchExecutor()
896 if (OutOfProcessExecutor.getNumOccurrences()) { in Create()
1266 if (OutOfProcessExecutor.getNumOccurrences() || in sanitizeArguments()
1312 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
1315 "Only one of -" + OutOfProcessExecutor.ArgStr + " and -" + in sanitizeArguments()
1321 if (!!OutOfProcessExecutor.getNumOccurrences() && in sanitizeArguments()
[all …]