Searched refs:IgnoreSysRoot (Results 1 – 5 of 5) sorted by relevance
79 unsigned IgnoreSysRoot : 1;84 IgnoreSysRoot(ignoreSysRoot) {} in Entry()292 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument293 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()315 HBuilder.add(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in addHash()
3156 std::optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument3159 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()3207 GenerateArg(Consumer, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
484 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
6150 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchPaths() local6152 IgnoreSysRoot); in ParseHeaderSearchPaths()
1347 Record.push_back(Entry.IgnoreSysRoot); in writeUnhashedControlBlock()