Home
last modified time | relevance | path

Searched refs:getSanOpts (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDeclCXX.cpp248 if (CGM.getSanOpts().Address) in CreateGlobalInitOrDestructFunction()
250 if (CGM.getSanOpts().Thread) in CreateGlobalInitOrDestructFunction()
252 if (CGM.getSanOpts().Memory) in CreateGlobalInitOrDestructFunction()
DCodeGenFunction.cpp38 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()
DCodeGenModule.h999 const SanitizerOptions &getSanOpts() const { return SanOpts; } in getSanOpts() function