Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
1347 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local1348 while (!CompilerPath.empty()) { in BuildCompilation()1350 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()1352 CompilerPath = Split.second; in BuildCompilation()