Searched refs:linkPath (Results 1 – 1 of 1) sorted by relevance
481 llvm::SmallString<128> linkPath; in ConstructJob() local490 linkPath = FindVisualStudioExecutable(TC, "link.exe"); in ConstructJob()492 if (!TC.FoundMSVCInstall() && !llvm::sys::fs::can_execute(linkPath)) in ConstructJob()556 linkPath = TC.GetProgramPath(Linker.str().c_str()); in ConstructJob()560 JA, *this, Args.MakeArgString(linkPath), CmdArgs, Inputs); in ConstructJob()