Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp25 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument
36 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp34 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument
45 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()