Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp209 const char *InstallDir = D.getInstalledDir(); in getInstallationPathCandidates() local
251 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()
258 if (ParentPath != InstallDir) in getInstallationPathCandidates()
262 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
H A DLinux.cpp386 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
391 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
397 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
H A DGnu.cpp3090 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local
3127 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3128 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
3130 InstallDir.str() + "/include/g++-v" + Version.MajorStr, in addGCCLibStdCxxIncludePaths()