Lines Matching refs:SanOpts
979 : CGF(CGF), OldSanOpts(CGF.SanOpts) { in CopyingValueRepresentation()
980 CGF.SanOpts.set(SanitizerKind::Bool, false); in CopyingValueRepresentation()
981 CGF.SanOpts.set(SanitizerKind::Enum, false); in CopyingValueRepresentation()
984 CGF.SanOpts = OldSanOpts; in ~CopyingValueRepresentation()
1839 SanOpts.has(SanitizerKind::Memory) && ClassDecl->getNumVBases() && in EnterDtorCleanups()
1865 SanOpts.has(SanitizerKind::Memory) && !ClassDecl->getNumVBases() && in EnterDtorCleanups()
1889 SanOpts.has(SanitizerKind::Memory)) in EnterDtorCleanups()
2629 if (SanOpts.has(SanitizerKind::CFIVCall)) in EmitTypeMetadataCodeForVCall()
2637 if (!SanOpts.has(SanitizerKind::CFICastStrict)) in EmitVTablePtrCheckForCall()
2660 if (!SanOpts.has(SanitizerKind::CFICastStrict)) in EmitVTablePtrCheckForCast()
2774 !SanOpts.has(SanitizerKind::CFIVCall) || in ShouldEmitVTableTypeCheckedLoad()