Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
53 std::unique_ptr<SpecialCaseList> Allowlist; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp207 const SpecialCaseList *Allowlist = nullptr, in ModuleSanitizerCoverage() argument
209 : Options(OverrideFromCL(Options)), Allowlist(Allowlist), in ModuleSanitizerCoverage()
278 const SpecialCaseList *Allowlist; member in __anon7982b8060111::ModuleSanitizerCoverage
285 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(), in run()
366 if (Allowlist && in instrumentModule()
367 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
616 if (Allowlist && !Allowlist->inSection("coverage", "fun", F.getName())) in instrumentFunction()