HomeSort by: relevance | last modified time | path
    Searched refs:SanitizeRecover (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 331 SanitizerSet SanitizeRecover;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 286 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
312 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress);
330 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory);
1114 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
1146 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
1165 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask);
CGExpr.cpp 3218 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1525 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.SanitizeRecover))
1946 Opts.SanitizeRecover);

Completed in 55 milliseconds