Searched refs:DisableModuleHash (Results 1 – 6 of 6) sorted by relevance
131 unsigned DisableModuleHash : 1; variable229 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
219 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()249 if (HSOpts->DisableModuleHash) { in getCachedModuleFileNameImpl()
552 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
1441 Record.push_back(HSOpts.DisableModuleHash); in WriteControlBlock()
5920 HSOpts.DisableModuleHash = Record[Idx++]; in ParseHeaderSearchOptions()
6382 MarshallingInfoFlag<HeaderSearchOpts<"DisableModuleHash">>;