Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp24 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
33 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp32 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
41 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()