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()
634 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
2839 llvm::Optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument2842 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()2889 GenerateArg(Args, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
603 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
5857 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local5859 IgnoreSysRoot); in ParseHeaderSearchOptions()
1308 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()