Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
1322 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local1323 while (!CompilerPath.empty()) { in BuildCompilation()1325 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()1327 CompilerPath = Split.second; in BuildCompilation()