Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4814 SanitizerSet SanHash = getLangOpts().Sanitize; in getModuleHash() local
4815 SanHash.clear(getPPTransparentSanitizers()); in getModuleHash()
4816 if (!SanHash.empty()) in getModuleHash()
4817 HBuilder.add(SanHash.Mask); in getModuleHash()