Lines Matching refs:Prefixes
1997 SmallVector<std::string, 8> Prefixes; in init() local
2003 Prefixes.push_back(std::string(GCCToolchainDir)); in init()
2007 Prefixes.push_back(D.SysRoot); in init()
2008 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot); in init()
2012 Prefixes.push_back(D.InstalledDir + "/.."); in init()
2018 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot); in init()
2045 for (const std::string &Prefix : Prefixes) { in init()
2107 const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes, in AddDefaultGCCPrefixes() argument
2133 Prefixes.push_back(CandidatePrefix); in AddDefaultGCCPrefixes()
2144 Prefixes.push_back("/opt/rh/gcc-toolset-12/root/usr"); in AddDefaultGCCPrefixes()
2145 Prefixes.push_back("/opt/rh/gcc-toolset-11/root/usr"); in AddDefaultGCCPrefixes()
2146 Prefixes.push_back("/opt/rh/gcc-toolset-10/root/usr"); in AddDefaultGCCPrefixes()
2147 Prefixes.push_back("/opt/rh/devtoolset-12/root/usr"); in AddDefaultGCCPrefixes()
2148 Prefixes.push_back("/opt/rh/devtoolset-11/root/usr"); in AddDefaultGCCPrefixes()
2149 Prefixes.push_back("/opt/rh/devtoolset-10/root/usr"); in AddDefaultGCCPrefixes()
2150 Prefixes.push_back("/opt/rh/devtoolset-9/root/usr"); in AddDefaultGCCPrefixes()
2151 Prefixes.push_back("/opt/rh/devtoolset-8/root/usr"); in AddDefaultGCCPrefixes()
2152 Prefixes.push_back("/opt/rh/devtoolset-7/root/usr"); in AddDefaultGCCPrefixes()
2153 Prefixes.push_back("/opt/rh/devtoolset-6/root/usr"); in AddDefaultGCCPrefixes()
2154 Prefixes.push_back("/opt/rh/devtoolset-4/root/usr"); in AddDefaultGCCPrefixes()
2155 Prefixes.push_back("/opt/rh/devtoolset-3/root/usr"); in AddDefaultGCCPrefixes()
2156 Prefixes.push_back("/opt/rh/devtoolset-2/root/usr"); in AddDefaultGCCPrefixes()
2160 Prefixes.push_back(concat(SysRoot, "/usr")); in AddDefaultGCCPrefixes()