Home
last modified time | relevance | path

Searched refs:AllowlistFiles (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h36 const std::vector<std::string> &AllowlistFiles =
41 if (AllowlistFiles.size() > 0) in Options()
42 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
61 const std::vector<std::string> &AllowlistFiles = std::vector<std::string>(),
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp268 const std::vector<std::string> &AllowlistFiles = in ModuleSanitizerCoverageLegacyPass() argument
273 if (AllowlistFiles.size() > 0) in ModuleSanitizerCoverageLegacyPass()
274 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in ModuleSanitizerCoverageLegacyPass()
1010 const std::vector<std::string> &AllowlistFiles, in INITIALIZE_PASS_DEPENDENCY()
1012 return new ModuleSanitizerCoverageLegacyPass(Options, AllowlistFiles, in INITIALIZE_PASS_DEPENDENCY()