Searched refs:OOPExecutorPath (Results 1 – 1 of 1) sorted by relevance
1079 SmallString<256> OOPExecutorPath(sys::fs::getMainExecutable( in sanitizeArguments() local1081 sys::path::remove_filename(OOPExecutorPath); in sanitizeArguments()1082 if (OOPExecutorPath.back() != '/') in sanitizeArguments()1083 OOPExecutorPath += '/'; in sanitizeArguments()1084 OOPExecutorPath += "llvm-jitlink-executor"; in sanitizeArguments()1085 OutOfProcessExecutor = OOPExecutorPath.str().str(); in sanitizeArguments()