Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SanOpts

758         : CGF(CGF), SO(*CGF.SanOpts), OldSanOpts(CGF.SanOpts) {
761 CGF.SanOpts = &SO;
764 CGF.SanOpts = OldSanOpts;