Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp64 SetFilters(IncludeSymbolFilters, opts::pretty::IncludeSymbols.begin(), in LinePrinter()
279 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
DLinePrinter.h92 std::list<Regex> IncludeSymbolFilters; variable