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