Searched refs:DisableModuleHash (Results 1 – 6 of 6) sorted by relevance
130 unsigned DisableModuleHash : 1; variable222 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
172 StringRef ModuleCacheHash = HSOpts->DisableModuleHash ? "" : getModuleHash(); in getPrebuiltImplicitModuleFileName()202 if (HSOpts->DisableModuleHash) { in getCachedModuleFileNameImpl()
543 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
1321 Record.push_back(HSOpts.DisableModuleHash); in WriteControlBlock()
5856 HSOpts.DisableModuleHash = Record[Idx++]; in ParseHeaderSearchOptions()
5618 MarshallingInfoFlag<HeaderSearchOpts<"DisableModuleHash">>;