Lines Matching defs:sysroot
431 // Give --sysroot= preference, over the Apple specific behavior to also use
433 StringRef sysroot = C.getSysRoot();
434 if (sysroot != "") {
436 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
766 // -L<sysroot>/System/DriverKit/usr/lib
767 // -F<sysroot>/System/DriverKit/System/Library/Framework
2213 // Xcode tools to define the default sysroot, by making it the default for
2435 // Returns the effective sysroot from either -isysroot or --sysroot, plus the
2464 // Add <sysroot>/usr/local/include
2492 // Otherwise, add <sysroot>/usr/include.
2550 // 2. In a SDK (or a custom sysroot) in <sysroot>/usr/include/c++/v1
2651 // Check in the sysroot first.