Searched refs:AllowlistFiles (Results 1 – 2 of 2) sorted by relevance
36 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>(),
268 const std::vector<std::string> &AllowlistFiles = in ModuleSanitizerCoverageLegacyPass() argument273 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()