Home
last modified time | relevance | path

Searched defs:Allowlist (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h72 const SpecialCaseList &Allowlist; variable
75 NameAllowlistCoverageFilter(const SpecialCaseList &Allowlist) in NameAllowlistCoverageFilter()
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h52 std::unique_ptr<SpecialCaseList> Allowlist; variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp214 ModuleSanitizerCoverage(Module & M,DomTreeCallback DTCallback,PostDomTreeCallback PDTCallback,const SanitizerCoverageOptions & Options,const SpecialCaseList * Allowlist,const SpecialCaseList * Blocklist) ModuleSanitizerCoverage() argument
285 const SpecialCaseList *Allowlist; global() member in __anon543601890111::ModuleSanitizerCoverage