Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp23 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function
74 return IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters); in IsTypeExcluded()
78 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
82 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp32 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function
273 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded()
281 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
285 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()