Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp53 SetFilters(IncludeSymbolFilters, opts::IncludeSymbols.begin(), in LinePrinter()
75 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
DLinePrinter.h57 std::list<Regex> IncludeSymbolFilters; variable