Searched refs:Allowlist (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 72 const SpecialCaseList &Allowlist; variable 75 NameAllowlistCoverageFilter(const SpecialCaseList &Allowlist) in NameAllowlistCoverageFilter() argument 76 : Allowlist(Allowlist) {} in NameAllowlistCoverageFilter()
|
H A D | CoverageFilters.cpp | 40 return Allowlist.inSection("llvmcov", "allowlist_fun", Function.Name); in matches()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.h | 40 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options() 52 std::unique_ptr<SpecialCaseList> Allowlist; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 214 const SpecialCaseList *Allowlist, in ModuleSanitizerCoverage() argument 217 Options(Options), Allowlist(Allowlist), Blocklist(Blocklist) {} in ModuleSanitizerCoverage() 285 const SpecialCaseList *Allowlist; member in __anon0eb498d60111::ModuleSanitizerCoverage 300 OverrideFromCL(Options), Allowlist.get(), in run() 376 if (Allowlist && in instrumentModule() 377 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 628 if (Allowlist && !Allowlist->inSection("coverage", "fun", F.getName())) in instrumentFunction()
|