Searched refs:InstallDir (Results 1 – 3 of 3) sorted by relevance
213 StringRef InstallDir = D.Dir; in getInstallationPathCandidates() local255 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()262 if (ParentPath != InstallDir) in getInstallationPathCandidates()266 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
419 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local424 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()430 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
2253 StringRef InstallDir = A->getValue(); in init() local2254 if (!ScanGCCForMultilibs(TargetTriple, Args, InstallDir, false)) { in init()2255 D.Diag(diag::err_drv_invalid_gcc_install_dir) << InstallDir; in init()2257 (void)InstallDir.consume_back("/"); in init()2258 StringRef VersionText = llvm::sys::path::filename(InstallDir); in init()2260 llvm::sys::path::filename(llvm::sys::path::parent_path(InstallDir)); in init()2264 GCCInstallPath = std::string(InstallDir); in init()3371 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local3408 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()3409 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()[all …]