Lines Matching defs:sysroot
431 // Give --sysroot= preference, over the Apple specific behavior to also use
441 } else if (StringRef sysroot = C.getSysRoot(); sysroot != "") {
443 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
804 // -L<sysroot>/System/DriverKit/usr/lib
805 // -F<sysroot>/System/DriverKit/System/Library/Framework
2274 // Xcode tools to define the default sysroot, by making it the default for
2496 // Returns the effective sysroot from either -isysroot or --sysroot, plus the
2526 // Add <sysroot>/usr/local/include
2554 // Otherwise, add <sysroot>/usr/include.
2612 // 2. In a SDK (or a custom sysroot) in <sysroot>/usr/include/c++/v1
2718 // Check in the sysroot first.