Searched refs:hasOneOf (Results 1 – 8 of 8) sorted by relevance
26 return SS.hasOneOf(SanitizerKind::Address | SanitizerKind::KernelAddress | in isAsanHwasanOrMemTag()55 Meta.NoAddress |= NoSanitizeAttrSet.hasOneOf(SanitizerKind::Address); in reportGlobal()59 Meta.NoHWAddress |= NoSanitizeAttrSet.hasOneOf(SanitizerKind::HWAddress); in reportGlobal()65 Meta.Memtag &= !NoSanitizeAttrSet.hasOneOf(SanitizerKind::MemTag); in reportGlobal()
724 const bool SanitizeBounds = SanOpts.hasOneOf(SanitizerKind::Bounds); in StartFunction()745 if (SanitizeBounds && !SanOpts.hasOneOf(SanitizerKind::Bounds)) in StartFunction()756 if (SanOpts.hasOneOf(SanitizerKind::Address | SanitizerKind::KernelAddress)) in StartFunction()758 if (SanOpts.hasOneOf(SanitizerKind::HWAddress | in StartFunction()765 if (SanOpts.hasOneOf(SanitizerKind::Memory | SanitizerKind::KernelMemory)) in StartFunction()774 if (SanOpts.hasOneOf(SanitizerKind::Fuzzer | SanitizerKind::FuzzerNoLink)) in StartFunction()
343 SanOpts.hasOneOf(SanitizerKind::ImplicitIntegerTruncation)), in ScalarConversionOpts()1014 if (!CGF.SanOpts.hasOneOf(SanitizerKind::ImplicitIntegerTruncation)) in EmitIntegerTruncationCheck()2606 if (CGF.SanOpts.hasOneOf( in EmitScalarPrePostIncDec()
5427 if (SanOpts.hasOneOf(SanitizerKind::Address | in EmitCall()
41 LangOpts.Sanitize.hasOneOf(SanitizerKind::Address |46 LangOpts.Sanitize.hasOneOf(SanitizerKind::HWAddress |56 LangOpts.Sanitize.hasOneOf(SanitizerKind::Undefined))97 LangOpts.Sanitize.hasOneOf(SanitizerKind::Memory |101 FEATURE(scudo, LangOpts.Sanitize.hasOneOf(SanitizerKind::Scudo))
53 bool hasOneOf(XRayInstrMask K) const { return Mask & K; } in hasOneOf() function
161 bool hasOneOf(SanitizerMask K) const { return static_cast<bool>(Mask & K); } in hasOneOf() function
1258 if (Sanitizers.hasOneOf(CFIClasses) && !TC.getTriple().isOSWindows() && in addArgs()