Lines Matching defs:isysroot
432 // --isysroot as the syslibroot.
1363 StringRef Darwin::getSDKName(StringRef isysroot) {
1365 auto BeginSDK = llvm::sys::path::rbegin(isysroot);
1366 auto EndSDK = llvm::sys::path::rend(isysroot);
1988 /// Tries to infer the deployment target from the SDK specified by -isysroot
1997 StringRef isysroot = A->getValue();
1998 StringRef SDK = Darwin::getSDKName(isysroot);
2197 StringRef isysroot = A->getValue();
2198 auto SDKInfoOrErr = parseDarwinSDKInfo(VFS, isysroot);
2214 // isysroot.
2307 // on -isysroot using SDKSettings.json if it exists.
2435 // Returns the effective sysroot from either -isysroot or --sysroot, plus the