Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4636 SanitizerSet SanHash = LangOpts->Sanitize; in getModuleHash() local
4637 SanHash.clear(getPPTransparentSanitizers()); in getModuleHash()
4638 if (!SanHash.empty()) in getModuleHash()
4639 HBuilder.add(SanHash.Mask); in getModuleHash()