Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp358 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
363 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
369 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
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()
H A DGnu.cpp2983 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local
3005 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3006 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
3008 InstallDir.str() + "/include/g++-v" + Version.MajorStr, in addGCCLibStdCxxIncludePaths()