Home
last modified time | relevance | path

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

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