Home
last modified time | relevance | path

Searched refs:LibSuffix (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp36 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 DSolaris.cpp204 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 DMipsLinux.h57 std::string LibSuffix; variable
H A DGnu.cpp2622 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()