Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h72 const SpecialCaseList &Allowlist; variable
75 NameAllowlistCoverageFilter(const SpecialCaseList &Allowlist) in NameAllowlistCoverageFilter() argument
76 : Allowlist(Allowlist) {} in NameAllowlistCoverageFilter()
H A DCoverageFilters.cpp40 return Allowlist.inSection("llvmcov", "allowlist_fun", Function.Name); in matches()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
53 std::unique_ptr<SpecialCaseList> Allowlist; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp239 const SpecialCaseList *Allowlist, in ModuleSanitizerCoverage() argument
242 Options(Options), Allowlist(Allowlist), Blocklist(Blocklist) {} in ModuleSanitizerCoverage()
316 const SpecialCaseList *Allowlist; member in __anon0eb498d60111::ModuleSanitizerCoverage
331 OverrideFromCL(Options), Allowlist.get(), in run()
407 if (Allowlist && in instrumentModule()
408 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
667 if (Allowlist && !Allowlist->inSection("coverage", "fun", F.getName())) in instrumentFunction()