Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Sysroot

986   // We distinguish sysroot-based includes from absolute includes by the
987 // absence of '/' at the beginning of sysroot-based includes.
1118 AddString(HSOpts.Sysroot, Record);
1278 if (!HSOpts.Sysroot.empty()) {
1279 llvm::SmallString<128> SDKSettingsFileName(HSOpts.Sysroot);