Searched refs:FoundMSVCInstall (Results 1 – 2 of 2) sorted by relevance
139 bool FoundMSVCInstall() const { return !VCToolChainPath.empty(); } in FoundMSVCInstall() function
492 if (!TC.FoundMSVCInstall() && !llvm::sys::fs::can_execute(linkPath)) in ConstructJob()