Searched refs:LibAndInstallSuffixes (Results 1 – 1 of 1) sorted by relevance
2241 const std::string LibAndInstallSuffixes[][2] = { in ScanLibDirForGCCTriple() local2267 const unsigned NumLibSuffixes = (llvm::array_lengthof(LibAndInstallSuffixes) - in ScanLibDirForGCCTriple()2270 StringRef LibSuffix = LibAndInstallSuffixes[i][0]; in ScanLibDirForGCCTriple()2307 LibDir + LibAndInstallSuffixes[i][0] + "/" + VersionText.str(); in ScanLibDirForGCCTriple()2308 GCCParentLibPath = GCCInstallPath + LibAndInstallSuffixes[i][1]; in ScanLibDirForGCCTriple()