Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5024 SanitizerSet SanHash = getLangOpts().Sanitize; in getModuleHash() local
5025 SanHash.clear(getPPTransparentSanitizers()); in getModuleHash()
5026 if (!SanHash.empty()) in getModuleHash()
5027 HBuilder.add(SanHash.Mask); in getModuleHash()