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