Searched refs:IgnoreSysRoot (Results 1 – 6 of 6) sorted by relevance
77 unsigned IgnoreSysRoot : 1; member82 IgnoreSysRoot(ignoreSysRoot) {} in Entry()235 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument236 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()256 return llvm::hash_combine(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in hash_value()
630 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
2842 llvm::Optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument2845 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()2892 GenerateArg(Args, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
595 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
5841 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local5843 IgnoreSysRoot); in ParseHeaderSearchOptions()
1308 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()