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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h288 SanitizerSet SanitizeRecover; member in class:clang::CodeGenOptions
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp261 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
285 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
303 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory);
955 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
1188 bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::Address);
1240 bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
H A DCGExpr.cpp3041 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1369 Opts.SanitizeRecover);

Completed in 125 milliseconds