Lines Matching refs:Sanitize
403 if (LangOpts.Sanitize.has(SanitizerKind::Thread) || in CodeGenModule()
909 if (LangOpts.Sanitize.has(SanitizerKind::KCFI)) in Release()
1131 if (LangOpts.Sanitize.has(SanitizerKind::CFIICall)) { in Release()
1142 if (LangOpts.Sanitize.has(SanitizerKind::KCFI)) { in Release()
1185 if (LangOpts.Sanitize.has(SanitizerKind::MemtagStack)) in Release()
2766 if (!LangOpts.Sanitize.has(SanitizerKind::CFIICall)) in CreateFunctionTypeMetadataForIcall()
2914 if (LangOpts.Sanitize.has(SanitizerKind::KCFI)) in SetFunctionAttributes()
7592 return ((LangOpts.Sanitize.has(SanitizerKind::CFIVCall) && in NeedAllVtablesTypeId()
7594 (LangOpts.Sanitize.has(SanitizerKind::CFINVCall) && in NeedAllVtablesTypeId()
7596 (LangOpts.Sanitize.has(SanitizerKind::CFIDerivedCast) && in NeedAllVtablesTypeId()
7598 (LangOpts.Sanitize.has(SanitizerKind::CFIUnrelatedCast) && in NeedAllVtablesTypeId()