Home
last modified time | relevance | path

Searched refs:SanitizeCoverageAllowlistFiles (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h360 std::vector<std::string> SanitizeCoverageAllowlistFiles; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp247 Opts, CGOpts.SanitizeCoverageAllowlistFiles, in addSanitizerCoveragePass()
1111 SancovOpts, CodeGenOpts.SanitizeCoverageAllowlistFiles, in addSanitizers()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1537 MarshallingInfoStringVector<CodeGenOpts<"SanitizeCoverageAllowlistFiles">>;