Home | History | Annotate | Download | only in Driver

Lines Matching defs:isysroot

470   // isysroot.
527 // on -isysroot.
531 StringRef isysroot = A->getValue();
533 size_t BeginSDK = isysroot.rfind("SDKs/");
534 size_t EndSDK = isysroot.rfind(".sdk");
536 StringRef SDK = isysroot.slice(BeginSDK + 5, EndSDK);
4485 // If -isysroot was passed, use that as the SDK base path.