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.cpp213 StringRef InstallDir = D.Dir; in getInstallationPathCandidates() local
255 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()
262 if (ParentPath != InstallDir) in getInstallationPathCandidates()
266 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
H A DLinux.cpp419 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
424 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
430 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
H A DGnu.cpp2253 StringRef InstallDir = A->getValue(); in init() local
2254 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() local
3408 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3409 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
[all …]