Home
last modified time | relevance | path

Searched refs:InstallDir (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp165 StringRef InstallDir = D.Dir; in getInstallationPathCandidates() local
191 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()
198 if (ParentPath != InstallDir) in getInstallationPathCandidates()
202 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
H A DGnu.cpp2129 StringRef InstallDir = A->getValue(); in init() local
2130 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() local
3305 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3306 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
[all …]
H A DLinux.cpp423 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
428 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
434 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()