Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h385 SanitizerSet SanitizeTrap; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2902 if (CGM.getCodeGenOpts().SanitizeTrap.has(M)) { in EmitVTablePtrCheck()
2925 !CGM.getCodeGenOpts().SanitizeTrap.has(SanitizerKind::CFIVCall)) in ShouldEmitVTableTypeCheckedLoad()
H A DCodeGenModule.cpp7593 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIVCall)) || in NeedAllVtablesTypeId()
7595 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFINVCall)) || in NeedAllVtablesTypeId()
7597 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIDerivedCast)) || in NeedAllVtablesTypeId()
7599 !CodeGenOpts.SanitizeTrap.has(SanitizerKind::CFIUnrelatedCast))); in NeedAllVtablesTypeId()
H A DCGExpr.cpp3539 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck()
3658 bool WithDiag = !CGM.getCodeGenOpts().SanitizeTrap.has(Kind); in EmitCfiSlowPathCheck()
H A DItaniumCXXABI.cpp778 if (CGM.getCodeGenOpts().SanitizeTrap.has(SanitizerKind::CFIMFCall)) { in EmitLoadOfMemberFunctionPointer()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1751 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.SanitizeTrap)) in GenerateCodeGenArgs()
2214 Opts.SanitizeTrap); in ParseCodeGenArgs()