Home
last modified time | relevance | path

Searched refs:hasSanitizeCoverage (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h538 bool hasSanitizeCoverage() const { in hasSanitizeCoverage() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp667 if (CodeGenOpts.hasSanitizeCoverage()) { in addSanitizers()
HDCodeGenFunction.cpp815 if (NoSanitizeCoverage && CGM.getCodeGenOpts().hasSanitizeCoverage()) in StartFunction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp585 LangOpts.SanitizeCoverage = CodeGenOpts.hasSanitizeCoverage(); in FixupInvocation()