Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
1265 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local1266 while (!CompilerPath.empty()) { in BuildCompilation()1268 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()1270 CompilerPath = Split.second; in BuildCompilation()