Searched refs:SanitizeRecover (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h378 SanitizerSet SanitizeRecover; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp668 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
705 Opts.Recover = CodeGenOpts.SanitizeRecover.has(Mask);
717 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
H A DCGExpr.cpp3541 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second)
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1672 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.SanitizeRecover))
2141 Opts.SanitizeRecover);

Completed in 134 milliseconds