Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4569 SanitizerSet SanHash = LangOpts->Sanitize; in getModuleHash() local
4570 SanHash.clear(getPPTransparentSanitizers()); in getModuleHash()
4571 if (!SanHash.empty()) in getModuleHash()
4572 code = hash_combine(code, SanHash.Mask); in getModuleHash()