Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp212 const char *InstallDir = D.getInstalledDir(); in getInstallationPathCandidates() local
254 ROCmSearchDirs.emplace_back(DeduceROCmPath(InstallDir)); in getInstallationPathCandidates()
261 if (ParentPath != InstallDir) in getInstallationPathCandidates()
265 auto ClangRoot = llvm::sys::path::parent_path(InstallDir); in getInstallationPathCandidates()
H A DLinux.cpp408 const StringRef InstallDir = GCCInstallation.getInstallPath(); in computeSysRoot() local
413 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix()) in computeSysRoot()
419 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str(); in computeSysRoot()
H A DGnu.cpp2241 StringRef InstallDir = A->getValue(); in init() local
2242 if (!ScanGCCForMultilibs(TargetTriple, Args, InstallDir, false)) { in init()
2243 D.Diag(diag::err_drv_invalid_gcc_install_dir) << InstallDir; in init()
2245 (void)InstallDir.consume_back("/"); in init()
2246 StringRef VersionText = llvm::sys::path::filename(InstallDir); in init()
2248 llvm::sys::path::filename(llvm::sys::path::parent_path(InstallDir)); in init()
2252 GCCInstallPath = std::string(InstallDir); in init()
3368 StringRef InstallDir = GCCInstallation.getInstallPath(); in addGCCLibStdCxxIncludePaths() local
3405 InstallDir.str() + "/include/g++-v" + Version.Text, in addGCCLibStdCxxIncludePaths()
3406 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." + in addGCCLibStdCxxIncludePaths()
[all …]