Lines Matching refs:Prefixes

2281   SmallVector<std::string, 8> Prefixes;  in init()  local
2287 Prefixes.push_back(std::string(GCCToolchainDir)); in init()
2291 Prefixes.push_back(D.SysRoot); in init()
2292 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot); in init()
2296 Prefixes.push_back(D.Dir + "/.."); in init()
2302 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot); in init()
2326 for (const std::string &Prefix : Prefixes) { in init()
2381 const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes, in AddDefaultGCCPrefixes() argument
2385 Prefixes.push_back(concat(SysRoot, "/boot/system/develop/tools")); in AddDefaultGCCPrefixes()
2420 Prefixes.emplace_back(p.second); in AddDefaultGCCPrefixes()
2430 Prefixes.push_back("/opt/rh/gcc-toolset-12/root/usr"); in AddDefaultGCCPrefixes()
2431 Prefixes.push_back("/opt/rh/gcc-toolset-11/root/usr"); in AddDefaultGCCPrefixes()
2432 Prefixes.push_back("/opt/rh/gcc-toolset-10/root/usr"); in AddDefaultGCCPrefixes()
2433 Prefixes.push_back("/opt/rh/devtoolset-12/root/usr"); in AddDefaultGCCPrefixes()
2434 Prefixes.push_back("/opt/rh/devtoolset-11/root/usr"); in AddDefaultGCCPrefixes()
2435 Prefixes.push_back("/opt/rh/devtoolset-10/root/usr"); in AddDefaultGCCPrefixes()
2436 Prefixes.push_back("/opt/rh/devtoolset-9/root/usr"); in AddDefaultGCCPrefixes()
2437 Prefixes.push_back("/opt/rh/devtoolset-8/root/usr"); in AddDefaultGCCPrefixes()
2438 Prefixes.push_back("/opt/rh/devtoolset-7/root/usr"); in AddDefaultGCCPrefixes()
2439 Prefixes.push_back("/opt/rh/devtoolset-6/root/usr"); in AddDefaultGCCPrefixes()
2440 Prefixes.push_back("/opt/rh/devtoolset-4/root/usr"); in AddDefaultGCCPrefixes()
2441 Prefixes.push_back("/opt/rh/devtoolset-3/root/usr"); in AddDefaultGCCPrefixes()
2442 Prefixes.push_back("/opt/rh/devtoolset-2/root/usr"); in AddDefaultGCCPrefixes()
2446 Prefixes.push_back(concat(SysRoot, "/usr")); in AddDefaultGCCPrefixes()