Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp22 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument
33 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()