Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp34 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function
278 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded()
286 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
290 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()