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