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