Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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>(),
/netbsd-src/external/apache2/llvm/dist/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()
1007 const std::vector<std::string> &AllowlistFiles, in INITIALIZE_PASS_DEPENDENCY()
1009 return new ModuleSanitizerCoverageLegacyPass(Options, AllowlistFiles, in INITIALIZE_PASS_DEPENDENCY()