Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp2241 const std::string LibAndInstallSuffixes[][2] = { in ScanLibDirForGCCTriple() local
2267 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()