reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  257   bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
  281   bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
  299   bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory);
  959     bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
 1189         bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::Address);
 1241       bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
tools/clang/lib/CodeGen/CGExpr.cpp
 3024             : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1354                       Opts.SanitizeRecover);