Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
920 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local921 while (!CompilerPath.empty()) { in BuildCompilation()923 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()925 CompilerPath = Split.second; in BuildCompilation()