Home
last modified time | relevance | path

Searched refs:Blocklist (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h44 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
54 std::unique_ptr<SpecialCaseList> Blocklist; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp208 const SpecialCaseList *Blocklist = nullptr) in ModuleSanitizerCoverage() argument
210 Blocklist(Blocklist) {} in ModuleSanitizerCoverage()
279 const SpecialCaseList *Blocklist; member in __anon7982b8060111::ModuleSanitizerCoverage
286 Blocklist.get()); in run()
369 if (Blocklist && in instrumentModule()
370 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
618 if (Blocklist && Blocklist->inSection("coverage", "fun", F.getName())) in instrumentFunction()
/llvm-project-15.0.7/clang/docs/
H A DSanitizerCoverage.rst462 -blocklist=<string> - Blocklist file (sanitizer blocklist format).