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