Home | History | Annotate | Download | only in CompilerDriver

Lines Matching refs:Path

34   const std::string* LanguageMap::GetLanguage(const sys::Path& File) const {
36 StringRef suf = sys::path::extension(File.str()).substr(1);
172 int CompilationGraph::PassThroughGraph (const sys::Path& InFile,
175 const sys::Path& TempDir,
177 sys::Path In = InFile;
218 FindToolChain(const sys::Path& In, const std::string* ForceLanguage,
254 const sys::Path& TempDir,
275 sys::Path In = sys::Path(*B);
363 int CompilationGraph::Build (const sys::Path& TempDir,
408 if (int ret = PassThroughGraph(sys::Path(CurAction.OutFile()), NextNode,