Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
231 StringRef CompilerPath = env; in BuildCompilation() local232 while (!CompilerPath.empty()) { in BuildCompilation()234 = CompilerPath.split(llvm::sys::PathSeparator); in BuildCompilation()236 CompilerPath = Split.second; in BuildCompilation()