Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp62 SetFilters(ExcludeSymbolFilters, Filters.ExcludeSymbols.begin(), in LinePrinter()
286 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h110 std::list<Regex> ExcludeSymbolFilters; variable