Lines Matching defs:isysroot
432 // --isysroot as the syslibroot.
1414 StringRef Darwin::getSDKName(StringRef isysroot) {
1416 auto BeginSDK = llvm::sys::path::rbegin(isysroot);
1417 auto EndSDK = llvm::sys::path::rend(isysroot);
2048 /// Tries to infer the deployment target from the SDK specified by -isysroot
2057 StringRef isysroot = A->getValue();
2058 StringRef SDK = Darwin::getSDKName(isysroot);
2258 StringRef isysroot = A->getValue();
2259 auto SDKInfoOrErr = parseDarwinSDKInfo(VFS, isysroot);
2275 // isysroot.
2368 // on -isysroot using SDKSettings.json if it exists.
2496 // Returns the effective sysroot from either -isysroot or --sysroot, plus the