Searched refs:InstallDir (Results 1 – 3 of 3) sorted by relevance
165 StringRef InstallDir = D.Dir; in getInstallationPathCandidates() local191 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()198 if (ParentPath != InstallDir) in getInstallationPathCandidates()202 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
2129 StringRef InstallDir = A->getValue(); in init() local2130 if (!ScanGCCForMultilibs(TargetTriple, Args, InstallDir, false)) { in init()2131 D.Diag(diag::err_drv_invalid_gcc_install_dir) << InstallDir; in init()2133 (void)InstallDir.consume_back("/"); in init()2134 StringRef VersionText = llvm::sys::path::filename(InstallDir); in init()2136 llvm::sys::path::filename(llvm::sys::path::parent_path(InstallDir)); in init()2140 GCCInstallPath = std::string(InstallDir); in init()3268 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local3305 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()3306 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()[all …]
423 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local428 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()434 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()