Searched refs:OOPExecutorPath (Results 1 – 1 of 1) sorted by relevance
1357 SmallString<256> OOPExecutorPath(sys::fs::getMainExecutable( in sanitizeArguments() local1359 sys::path::remove_filename(OOPExecutorPath); in sanitizeArguments()1360 sys::path::append(OOPExecutorPath, "llvm-jitlink-executor"); in sanitizeArguments()1361 OutOfProcessExecutor = OOPExecutorPath.str().str(); in sanitizeArguments()