Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h40 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
52 std::unique_ptr<SpecialCaseList> Allowlist; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp214 const SpecialCaseList *Allowlist = nullptr, in ModuleSanitizerCoverage() argument
216 : Options(OverrideFromCL(Options)), Allowlist(Allowlist), in ModuleSanitizerCoverage()
281 const SpecialCaseList *Allowlist; member in __anonac98908c0111::ModuleSanitizerCoverage
288 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(), in run()
372 if (Allowlist && in instrumentModule()
373 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
626 if (Allowlist && !Allowlist->inSection("coverage", "fun", F.getName())) in instrumentFunction()