Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
298 StringRef CompilerPath = env; in BuildCompilation() local299 while (!CompilerPath.empty()) { in BuildCompilation()301 = CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()303 CompilerPath = Split.second; in BuildCompilation()