Searched refs:LibSuffix (Results 1 – 2 of 2) sorted by relevance
2638 StringRef LibSuffix = LibAndInstallSuffixes[i][0]; in ScanLibDirForGCCTriple() local2641 LI = D.getVFS().dir_begin(LibDir + LibSuffix, EC), in ScanLibDirForGCCTriple()2823 LibSuffix = tools::mips::getMipsABILibSuffix(Args, Triple); in MipsLLVMToolChain()2825 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()2920 llvm::sys::path::append(Path, SelectedMultilib.osSuffix(), "lib" + LibSuffix, in getCompilerRT()
918 std::string LibSuffix; variable