Searched refs:LibSuffix (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.cpp | 36 LibSuffix = tools::mips::getMipsABILibSuffix(Args, Triple); in MipsLLVMToolChain() 38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain() 125 llvm::sys::path::append(Path, SelectedMultilib.osSuffix(), "lib" + LibSuffix, in getCompilerRT()
|
| H A D | Solaris.cpp | 204 StringRef LibSuffix = getSolarisLibSuffix(Triple); in Solaris() local 213 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); in Solaris() 221 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); in Solaris()
|
| H A D | MipsLinux.h | 57 std::string LibSuffix; variable
|
| H A D | Gnu.cpp | 2622 std::string LibSuffix; in ScanLibDirForGCCTriple() member 2647 StringRef LibSuffix = Suffix.LibSuffix; in ScanLibDirForGCCTriple() local 2650 LI = D.getVFS().dir_begin(LibDir + "/" + LibSuffix, EC), in ScanLibDirForGCCTriple() 2672 GCCInstallPath = (LibDir + "/" + LibSuffix + "/" + VersionText).str(); in ScanLibDirForGCCTriple()
|