Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4681 SanitizerSet SanHash = LangOpts->Sanitize; in getModuleHash() local
4682 SanHash.clear(getPPTransparentSanitizers()); in getModuleHash()
4683 if (!SanHash.empty()) in getModuleHash()
4684 HBuilder.add(SanHash.Mask); in getModuleHash()