Searched refs:getSanOpts (Results 1 – 3 of 3) sorted by relevance
248 if (CGM.getSanOpts().Address) in CreateGlobalInitOrDestructFunction()250 if (CGM.getSanOpts().Thread) in CreateGlobalInitOrDestructFunction()252 if (CGM.getSanOpts().Memory) in CreateGlobalInitOrDestructFunction()
38 SanitizePerformTypeCheck(CGM.getSanOpts().Null | in CodeGenFunction()39 CGM.getSanOpts().Alignment | in CodeGenFunction()40 CGM.getSanOpts().ObjectSize | in CodeGenFunction()41 CGM.getSanOpts().Vptr), in CodeGenFunction()42 SanOpts(&CGM.getSanOpts()), AutoreleaseResult(false), BlockInfo(0), in CodeGenFunction()
999 const SanitizerOptions &getSanOpts() const { return SanOpts; } in getSanOpts() function