HomeSort by: relevance | last modified time | path
    Searched defs:Allowlist (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
SanitizerCoverage.h 42 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
54 std::unique_ptr<SpecialCaseList> Allowlist;
SanitizerCoverage.h 42 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
54 std::unique_ptr<SpecialCaseList> Allowlist;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 193 const SpecialCaseList *Allowlist = nullptr,
195 : Options(OverrideFromCL(Options)), Allowlist(Allowlist),
260 const SpecialCaseList *Allowlist;
274 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
283 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(),
306 std::unique_ptr<SpecialCaseList> Allowlist;
314 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(),
394 if (Allowlist &&
395 !Allowlist->inSection("coverage", "src", M.getSourceFileName())
    [all...]
SanitizerCoverage.cpp 193 const SpecialCaseList *Allowlist = nullptr,
195 : Options(OverrideFromCL(Options)), Allowlist(Allowlist),
260 const SpecialCaseList *Allowlist;
274 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
283 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(),
306 std::unique_ptr<SpecialCaseList> Allowlist;
314 ModuleSanitizerCoverage ModuleSancov(Options, Allowlist.get(),
394 if (Allowlist &&
395 !Allowlist->inSection("coverage", "src", M.getSourceFileName())
    [all...]

Completed in 64 milliseconds