Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp36 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument
47 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()