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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp33 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
42 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()