Home | History | Annotate | Download | only in Driver

Lines Matching refs:Exe

439       // cl.exe seems to support both flags with different values, but that
6025 // fails, so that the main compilation's fallback to cl.exe runs.
6296 // users want. The /Za flag to cl.exe turns this off, but it's not
9942 // Try to find Exe from a Visual Studio distribution. This first tries to find
9944 // making sure that whatever executable that's found is not a same-named exe
9947 const char *Exe,
9954 llvm::sys::path::append(FilePath, Exe);
9959 return Exe;
10124 // their own link.exe which may come first.
10125 linkPath = FindVisualStudioExecutable(TC, "link.exe",
10129 llvm::sys::path::replace_extension(linkPath, "exe");
10157 // These are spelled the same way in clang and cl.exe,.
10252 std::string Exec = FindVisualStudioExecutable(getToolChain(), "cl.exe",