Home
last modified time | relevance | path

Searched refs:DisableModuleHash (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h130 unsigned DisableModuleHash : 1; variable
207 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), in Sysroot()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp166 if (HSOpts->DisableModuleHash) { in getCachedModuleFileName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp468 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
H A DCompilerInvocation.cpp1942 Opts.DisableModuleHash = Args.hasArg(OPT_fdisable_module_hash); in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1662 Record.push_back(HSOpts.DisableModuleHash); in WriteControlBlock()
H A DASTReader.cpp5351 HSOpts.DisableModuleHash = Record[Idx++]; in ParseHeaderSearchOptions()