Searched refs:IgnoreSysRoot (Results 1 – 7 of 7) sorted by relevance
76 unsigned IgnoreSysRoot : 1;81 IgnoreSysRoot(ignoreSysRoot) {} in Entry()308 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument309 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()331 HBuilder.add(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in addHash()
458 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
259 if (!Entry.IgnoreSysRoot) in areOptionsInStableDir()510 if (Entry.IgnoreSysRoot) in isSafeToIgnoreCWD()
3335 std::optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument3338 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()3379 GenerateArg(Consumer, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
522 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
6485 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchPaths() local6487 IgnoreSysRoot); in ParseHeaderSearchPaths()
1389 Record.push_back(Entry.IgnoreSysRoot); in writeUnhashedControlBlock()