Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp202 const char *InstallDir = D.getInstalledDir(); in getInstallationPathCandidates() local
244 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()
251 if (ParentPath != InstallDir) in getInstallationPathCandidates()
255 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
H A DLinux.cpp357 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
362 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
368 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
H A DGnu.cpp2979 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local
3007 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3008 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
3010 InstallDir.str() + "/include/g++-v" + Version.MajorStr, in addGCCLibStdCxxIncludePaths()