Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Sysroot

865   Opts.Sysroot = Args.getLastArgValue(OPT_isysroot, "/");
1712 // Extend the signature with the sysroot.
1713 code = hash_combine(code, hsOpts.Sysroot, hsOpts.UseBuiltinIncludes,
1718 // Darwin-specific hack: if we have a sysroot, use the contents and
1720 // $sysroot/System/Library/CoreServices/SystemVersion.plist
1722 if (!hsOpts.Sysroot.empty()) {
1725 systemVersionFile += hsOpts.Sysroot;